Updates for Inno Setup 4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@26828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
; Name: {group}\Tutorial; Filename: {app}\docs\pdf\wxTutorial.pdf; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
; Name: {group}\Tutorial; Filename: {app}\docs\pdf\wxTutorial.pdf; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
||||||
Name: {group}\Document Index; Filename: {app}\docs\html\index.htm; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
Name: {group}\Document Index; Filename: {app}\docs\html\index.htm; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
||||||
Name: {group}\Widgets Sample; Filename: {app}\bin\widgets.exe; WorkingDir: {app}\bin; IconFilename: {app}\bin\widgets.exe; IconIndex: 0
|
Name: {group}\Widgets Sample; Filename: {app}\bin\widgets.exe; WorkingDir: {app}\bin; IconFilename: {app}\bin\widgets.exe; IconIndex: 0
|
||||||
|
Name: "{group}\Uninstall wxWindows 2.4.2"; Filename: "{uninstallexe}"
|
||||||
|
|
||||||
[INI]
|
[INI]
|
||||||
|
|
||||||
|
@@ -27,18 +27,18 @@
|
|||||||
DisableStartupPrompt=0
|
DisableStartupPrompt=0
|
||||||
CreateAppDir=1
|
CreateAppDir=1
|
||||||
DisableProgramGroupPage=0
|
DisableProgramGroupPage=0
|
||||||
AlwaysCreateUninstallIcon=1
|
; AlwaysCreateUninstallIcon=1
|
||||||
UninstallIconName=Uninstall wxWindows 2.4.2
|
; UninstallIconName=Uninstall wxWindows 2.4.2
|
||||||
Uninstallable=1
|
Uninstallable=1
|
||||||
DefaultDirName=c:\wxWindows-2.4.2
|
DefaultDirName=c:\wxWindows-2.4.2
|
||||||
DefaultGroupName=wxWindows 2.4.2
|
DefaultGroupName=wxWindows 2.4.2
|
||||||
LicenseFile=C:\wx24\wxWindows\docs\licence.txt
|
LicenseFile=C:\wx24\wxWindows\docs\licence.txt
|
||||||
InfoBeforeFile=C:\wx24\wxWindows\docs\readme.txt
|
InfoBeforeFile=C:\wx24\wxWindows\docs\readme.txt
|
||||||
InfoAfterFile=C:\wx24\wxWindows\docs\msw\install.txt
|
InfoAfterFile=C:\wx24\wxWindows\docs\msw\install.txt
|
||||||
MessagesFile=compiler:default.isl
|
; MessagesFile=compiler:default.isl
|
||||||
DiskSpanning=1
|
DiskSpanning=1
|
||||||
DiskSize=1457664
|
; DiskSize=1457664
|
||||||
DiskClusterSize=512
|
; DiskClusterSize=512
|
||||||
ReserveBytes=0
|
ReserveBytes=0
|
||||||
UseSetupLdr=1
|
UseSetupLdr=1
|
||||||
SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.4.2
|
SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.4.2
|
||||||
|
@@ -328,7 +328,7 @@ call %WXWIN\distrib\msw\makeinno.bat
|
|||||||
erase /Y %dest\setup.*
|
erase /Y %dest\setup.*
|
||||||
|
|
||||||
rem Now invoke Inno Setup on the new wxwin2.iss
|
rem Now invoke Inno Setup on the new wxwin2.iss
|
||||||
set innocmd="C:\Program Files\Inno Setup 2\compil32.exe" /cc %WXWIN\distrib\msw\wxwin2.iss
|
set innocmd="C:\Program Files\Inno Setup 4\compil32.exe" /cc %WXWIN\distrib\msw\wxwin2.iss
|
||||||
echo Invoking %innocmd...
|
echo Invoking %innocmd...
|
||||||
start "Inno Setup" /w %innocmd%
|
start "Inno Setup" /w %innocmd%
|
||||||
Rem pause Press any key to continue with the wxWindows distribution...
|
Rem pause Press any key to continue with the wxWindows distribution...
|
||||||
|
Reference in New Issue
Block a user