2005-09-06 09:31:17 -04:00
|
|
|
; Script generated by the Inno Setup Script Wizard.
|
|
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
|
|
|
2006-11-11 07:05:33 -05:00
|
|
|
#if GetEnv("WXW_VER") == "CVS"
|
2006-11-10 10:26:07 -05:00
|
|
|
#define INFOFILE "C:\wx\inno\wxWidgets\BuildCVS.txt"
|
|
|
|
#define SETUPFILENAME "wxMSW-cvs-Setup"
|
|
|
|
#define WX_VERSION "CVS"
|
2006-11-11 07:05:33 -05:00
|
|
|
#else
|
|
|
|
#define INFOFILE "C:\wx\inno\wxWidgets\docs\msw\install.txt"
|
|
|
|
#define SETUPFILENAME "wxMSW-" + GetENV("WXW_VER") + "-Setup"
|
|
|
|
#define WX_VERSION GetENV("WXW_VER")
|
2006-11-10 10:26:07 -05:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
2005-09-06 09:31:17 -04:00
|
|
|
[Setup]
|
|
|
|
AppName=wxWidgets
|
2006-11-10 10:26:07 -05:00
|
|
|
AppVerName=wxWidgets {#WX_VERSION}
|
2005-09-06 09:31:17 -04:00
|
|
|
AppPublisher=wxWidgets
|
|
|
|
AppPublisherURL=http://www.wxwidgets.org
|
|
|
|
AppSupportURL=http://www.wxwidgets.org
|
|
|
|
AppUpdatesURL=http://www.wxwidgets.org
|
2006-11-13 10:48:27 -05:00
|
|
|
DefaultDirName={sd}\wxWidgets-{#WX_VERSION}
|
|
|
|
DefaultGroupName=wxWidgets {#WX_VERSION}
|
2006-11-20 04:13:11 -05:00
|
|
|
UsePreviousAppDir=no
|
2005-09-06 09:31:17 -04:00
|
|
|
DisableProgramGroupPage=yes
|
|
|
|
LicenseFile=C:\wx\inno\wxWidgets\docs\licence.txt
|
|
|
|
InfoBeforeFile=C:\wx\inno\wxWidgets\docs\readme.txt
|
2006-11-10 10:26:07 -05:00
|
|
|
InfoAfterFile={#INFOFILE}
|
2005-09-06 09:31:17 -04:00
|
|
|
OutputDir=c:\daily
|
2006-11-10 10:26:07 -05:00
|
|
|
OutputBaseFilename={#SETUPFILENAME}
|
2005-09-06 09:31:17 -04:00
|
|
|
SetupIconFile=C:\wx\inno\wxWidgets\art\wxwin.ico
|
|
|
|
Compression=lzma
|
|
|
|
SolidCompression=yes
|
|
|
|
|
|
|
|
[Files]
|
|
|
|
Source: "C:\wx\inno\wxWidgets\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
|
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
|
|
|
|
|
|
|
[INI]
|
|
|
|
Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wxwidgets.org"
|
|
|
|
|
|
|
|
[Icons]
|
2006-11-11 07:05:33 -05:00
|
|
|
Name: "{group}\{cm:ProgramOnTheWeb,wxWidgets {#WX_VERSION}}"; Filename: "{app}\wx.url"
|
|
|
|
Name: {group}\wxWidgets Manual; Filename: {app}\docs\htmlhelp\wx.chm; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
2006-11-13 10:48:27 -05:00
|
|
|
Name: {group}\Changes; Filename: {app}\docs\changes.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
|
|
|
Name: {group}\Readme; Filename: {app}\docs\readme.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
|
|
|
Name: {group}\Compiling wxWidgets; Filename: {app}\docs\msw\install.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
|
|
|
Name: "{group}\Uninstall wxWidgets {#WX_VERSION}"; Filename: "{uninstallexe}"
|
2006-11-11 07:00:30 -05:00
|
|
|
|
2005-09-06 09:31:17 -04:00
|
|
|
|
|
|
|
[UninstallDelete]
|
|
|
|
Type: files; Name: "{app}\wx.url"
|
|
|
|
|