2016-11-02 2 views

Antwort

3

Rufen Sie die MsgBox function vom InitializeSetup event function:

function InitializeSetup(): Boolean; 
begin 
    MsgBox('Some message.', mbInformation, MB_OK); 

    Result := True; 
end; 
+0

Sie sind willkommen. Obwohl wir auf Stack Overflow [Danke, indem wir die Antwort akzeptieren] (http://stackoverflow.com/help/someone-answers) - Das geht sogar für Ihre andere Frage: http://stackoverflow.com/q/39683399/850848 –

Verwandte Themen