added missing textfile test
[wxWidgets.git] / distrib / msw / innotop.txt
1 ; Inno Setup Script
2 ; Created with ScriptMaker Version 1.3.22
3 ; 29 January 2001 at 14:22
4
5 [Setup]
6     MinVersion=4.0,4.0
7     AppName=%APPTITLE% %VERSION%
8     AppId=%APPTITLE%
9     CreateUninstallRegKey=1
10     UsePreviousAppDir=0
11     UsePreviousGroup=0
12     AppVersion=%VERSION%
13     AppVerName=%APPTITLE% %VERSION%
14     AppCopyright=Copyright © %COPYRIGHTHOLDER%
15     BackColor=$FF0000
16     BackColor2=$000000
17     BackColorDirection=toptobottom
18     WindowShowCaption=1
19     WindowStartMaximized=1
20     WindowVisible=1
21     WindowResizable=1
22     DirExistsWarning=auto
23     UninstallFilesDir={app}
24     DisableDirPage=0
25     DisableStartupPrompt=0
26     CreateAppDir=1
27     DisableProgramGroupPage=0
28 ;    AlwaysCreateUninstallIcon=1
29     Uninstallable=1
30 ;    UninstallIconName=Uninstall %APPTITLE% %VERSION%
31     UninstallDisplayName=%APPTITLE% %VERSION%
32     UninstallLogMode=Append
33     DefaultDirName=c:\%APPTITLE%-%VERSION%
34     DefaultGroupName=%APPTITLE% %VERSION%
35     LicenseFile=%LICENSEFILE%
36     InfoBeforeFile=%READMEFILE%
37     InfoAfterFile=%READMEAFTERFILE%
38 ;    MessagesFile=compiler:default.isl
39     DiskSpanning=0
40 ;    DiskSize=1457664
41 ;    DiskClusterSize=512
42     ReserveBytes=0
43     UseSetupLdr=1
44     SourceDir=%SOURCEDIR%
45     OutputDir=%OUTPUTDIR%
46