Inno Setup shows COPYING.txt as follows with "Next" and "Cancel" buttons.
Setup - Tux Paint 0.9.27
Information
Please read the following important information before continuing.
------------------------------------------------------------------------
When you are ready to continue with Setup, click Next.
---------------------------------
| COPYING.txt for Tux Paint
|
|Tux Paint - A simple drawing program for children.
|
This commit is contained in:
parent
d7f0a47e37
commit
910cd298e5
1 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ DefaultDirName={pf}\{#AppDirName}
|
||||||
DefaultGroupName={#AppGroupName}
|
DefaultGroupName={#AppGroupName}
|
||||||
OutputDir=.\
|
OutputDir=.\
|
||||||
OutputBaseFilename={#AppPrefix}-{#AppVersion}-windows-installer
|
OutputBaseFilename={#AppPrefix}-{#AppVersion}-windows-installer
|
||||||
|
InfoBeforeFile={#BdistDir}\{#AppLicense}
|
||||||
SetupIconFile={#BdistDir}\data\images\tuxpaint-installer.ico
|
SetupIconFile={#BdistDir}\data\images\tuxpaint-installer.ico
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
Compression=lzma2
|
Compression=lzma2
|
||||||
|
|
@ -243,7 +244,7 @@ var
|
||||||
Page: TWizardPage;
|
Page: TWizardPage;
|
||||||
Enabled, InstallAllUsers: Boolean;
|
Enabled, InstallAllUsers: Boolean;
|
||||||
begin
|
begin
|
||||||
Page := CreateCustomPage(wpLicense, 'Choose Installation Type', 'Who do you want to be able to use this program?');
|
Page := CreateCustomPage(wpInfoBefore, 'Choose Installation Type', 'Who do you want to be able to use this program?');
|
||||||
InstallTypePageID := Page.ID;
|
InstallTypePageID := Page.ID;
|
||||||
Enabled := NotRestricted();
|
Enabled := NotRestricted();
|
||||||
InstallAllUsers := NotRestricted();
|
InstallAllUsers := NotRestricted();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue