[code]
procedure CurPageChanged(CurPageID: Integer);
begin
case CurPageId of
wpWelcome : MsgBox('wpWelcome ', mbInformation, MB_OK);
wpLicense : MsgBox('wpLicense', mbInformation, MB_OK);
wpPassword : MsgBox('wpPassword ', mbInformation, MB_OK);
wpInfoBefore : MsgBox('wpInfoBefore', mbInformation, MB_OK);
wpUserInfo : MsgBox('wpUserInfo ', mbInformation, MB_OK);
wpSelectDir : MsgBox('wpSelectDir', mbInformation, MB_OK);
wpSelectComponents : MsgBox('wpSelectComponents', mbInformation, MB_OK);
wpSelectProgramGroup: MsgBox('wpSelectProgramGroup', mbInformation, MB_OK);
wpSelectTasks : MsgBox('wpSelectTasks', mbInformation, MB_OK);
wpReady : MsgBox('wpReady', mbInformation, MB_OK);
wpPreparing : MsgBox('wpPreparing ', mbInformation, MB_OK);
wpInstalling : MsgBox('wpInstalling ', mbInformation, MB_OK);
wpInfoAfter : MsgBox('wpInfoAfter ', mbInformation, MB_OK);
wpFinished : MsgBox('wpFinished', mbInformation, MB_OK);
end;
end;
[Languages]
Name: de; MessagesFile: compiler:Languages/German.isl
[Files]
;;Programmdteien
Source:compiler:Examples/MyProg.exe; DestDir: {app}
[CustomMessages]
;; Meldung der MsgBox bei nicht ausgewählter Installation
de.NotRun =Die Istallation ist wichtig da sonst das installiter Programm %nnicht ordnungsgemäß funktioniert.%n%n Wollen Sie die externe Installation Ausführen?
[Run]
Filename: {app}/MyProg.exe;Description: Prog st