]>
Commit | Line | Data |
---|---|---|
1 | ; Script generated by the Inno Setup Script Wizard. | |
2 | ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! | |
3 | ||
4 | #if GetEnv("WXW_VER") == "CVS" | |
5 | #define INFOFILE "C:\wx\inno\wxWidgets\BuildCVS.txt" | |
6 | #define SETUPFILENAME "wxMSW-cvs-Setup" | |
7 | #define WX_VERSION "CVS" | |
8 | #else | |
9 | #define INFOFILE "C:\wx\inno\wxWidgets\docs\msw\install.txt" | |
10 | #define SETUPFILENAME "wxMSW-" + GetENV("WXW_VER") + "-Setup" | |
11 | #define WX_VERSION GetENV("WXW_VER") | |
12 | #endif | |
13 | ||
14 | ||
15 | ||
16 | [Setup] | |
17 | AppName=wxWidgets | |
18 | AppVerName=wxWidgets {#WX_VERSION} | |
19 | AppPublisher=wxWidgets | |
20 | AppPublisherURL=http://www.wxwidgets.org | |
21 | AppSupportURL=http://www.wxwidgets.org | |
22 | AppUpdatesURL=http://www.wxwidgets.org | |
23 | DefaultDirName={sd}\wxWidgets-{#WX_VERSION} | |
24 | DefaultGroupName=wxWidgets {#WX_VERSION} | |
25 | UsePreviousAppDir=no | |
26 | DisableProgramGroupPage=yes | |
27 | LicenseFile=C:\wx\inno\wxWidgets\docs\licence.txt | |
28 | InfoBeforeFile=C:\wx\inno\wxWidgets\docs\readme.txt | |
29 | InfoAfterFile={#INFOFILE} | |
30 | OutputDir=c:\daily | |
31 | OutputBaseFilename={#SETUPFILENAME} | |
32 | SetupIconFile=C:\wx\inno\wxWidgets\art\wxwin.ico | |
33 | Compression=lzma | |
34 | SolidCompression=yes | |
35 | ||
36 | [Files] | |
37 | Source: "C:\wx\inno\wxWidgets\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs | |
38 | ; NOTE: Don't use "Flags: ignoreversion" on any shared system files | |
39 | ||
40 | [INI] | |
41 | Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wxwidgets.org" | |
42 | ||
43 | [Icons] | |
44 | Name: "{group}\{cm:ProgramOnTheWeb,wxWidgets {#WX_VERSION}}"; Filename: "{app}\wx.url" | |
45 | Name: {group}\wxWidgets Manual; Filename: {app}\docs\htmlhelp\wx.chm; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths | |
46 | Name: {group}\Changes; Filename: {app}\docs\changes.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths | |
47 | Name: {group}\Readme; Filename: {app}\docs\readme.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths | |
48 | Name: {group}\Compiling wxWidgets; Filename: {app}\docs\msw\install.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths | |
49 | Name: "{group}\Uninstall wxWidgets {#WX_VERSION}"; Filename: "{uninstallexe}" | |
50 | ||
51 | ||
52 | [UninstallDelete] | |
53 | Type: files; Name: "{app}\wx.url" | |
54 |