Added first cut wxWindows Configuration Tool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
45
utils/configtool/scripts/innotop.txt
Normal file
45
utils/configtool/scripts/innotop.txt
Normal file
@@ -0,0 +1,45 @@
|
||||
; Inno Setup Script
|
||||
; Created with ScriptMaker Version 1.3.22
|
||||
; 14 February 2001 at 10:38
|
||||
|
||||
[Setup]
|
||||
MinVersion=4.0,4.0
|
||||
AppName=%APPTITLE% %VERSION%
|
||||
AppId=%APPTITLE%
|
||||
CreateUninstallRegKey=1
|
||||
UsePreviousAppDir=1
|
||||
UsePreviousGroup=1
|
||||
AppVersion=%VERSION%
|
||||
AppVerName=%APPTITLE% %VERSION%
|
||||
AppCopyright=Copyright <20> %COPYRIGHTHOLDER%
|
||||
BackColor=$800000
|
||||
BackColor2=$C71F1F
|
||||
BackColorDirection=toptobottom
|
||||
WindowShowCaption=1
|
||||
WindowStartMaximized=1
|
||||
WindowVisible=1
|
||||
WindowResizable=1
|
||||
UninstallLogMode=Append
|
||||
DirExistsWarning=auto
|
||||
UninstallFilesDir={app}
|
||||
DisableDirPage=0
|
||||
DisableStartupPrompt=1
|
||||
CreateAppDir=1
|
||||
DisableProgramGroupPage=0
|
||||
AlwaysCreateUninstallIcon=1
|
||||
Uninstallable=1
|
||||
UninstallIconName=Uninstall %APPTITLE% %VERSION%
|
||||
UninstallDisplayName=%APPTITLE% %VERSION%
|
||||
DefaultDirName={pf}\%APPTITLE%
|
||||
DefaultGroupName=%APPTITLE% %VERSION%
|
||||
MessagesFile=compiler:default.isl
|
||||
DiskSpanning=0
|
||||
DiskSize=1457664
|
||||
DiskClusterSize=512
|
||||
ReserveBytes=0
|
||||
UseSetupLdr=1
|
||||
LicenseFile=%LICENSEFILE%
|
||||
InfoAfterFile=%READMEAFTERFILE%
|
||||
SourceDir=%SOURCEDIR%
|
||||
OutputDir=%OUTPUTDIR%
|
||||
|
Reference in New Issue
Block a user