|
@@ -9,7 +9,6 @@ CreateAppDir=no
|
|
DisableProgramGroupPage=yes
|
|
DisableProgramGroupPage=yes
|
|
DefaultGroupName=My Program
|
|
DefaultGroupName=My Program
|
|
UninstallDisplayIcon={app}\MyProg.exe
|
|
UninstallDisplayIcon={app}\MyProg.exe
|
|
-WindowVisible=yes
|
|
|
|
WizardResizable=yes
|
|
WizardResizable=yes
|
|
OutputDir=userdocs:Inno Setup Examples Output
|
|
OutputDir=userdocs:Inno Setup Examples Output
|
|
PrivilegesRequired=lowest
|
|
PrivilegesRequired=lowest
|
|
@@ -398,20 +397,6 @@ begin
|
|
|
|
|
|
CreateAboutButtonAndURLLabel(WizardForm, WizardForm.CancelButton);
|
|
CreateAboutButtonAndURLLabel(WizardForm, WizardForm.CancelButton);
|
|
|
|
|
|
- BackgroundBitmapImage := TBitmapImage.Create(MainForm);
|
|
|
|
- BackgroundBitmapImage.Left := 50;
|
|
|
|
- BackgroundBitmapImage.Top := 90;
|
|
|
|
- BackgroundBitmapImage.AutoSize := True;
|
|
|
|
- BackgroundBitmapImage.Bitmap := WizardForm.WizardBitmapImage.Bitmap;
|
|
|
|
- BackgroundBitmapImage.Parent := MainForm;
|
|
|
|
-
|
|
|
|
- BackgroundBitmapText := TNewStaticText.Create(MainForm);
|
|
|
|
- BackgroundBitmapText.Left := BackgroundBitmapImage.Left;
|
|
|
|
- BackgroundBitmapText.Top := BackgroundBitmapImage.Top + BackgroundBitmapImage.Height + ScaleY(8);
|
|
|
|
- BackgroundBitmapText.Caption := 'TBitmapImage';
|
|
|
|
- BackgroundBitmapText.Font.Color := clWhite;
|
|
|
|
- BackgroundBitmapText.Parent := MainForm;
|
|
|
|
-
|
|
|
|
{ Custom beveled label }
|
|
{ Custom beveled label }
|
|
|
|
|
|
WizardForm.BeveledLabel.Caption := ' Bevel ';
|
|
WizardForm.BeveledLabel.Caption := ' Bevel ';
|