]>
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") != "" | |
5 | #define INFOFILE "C:\wx\inno\wxWidgets\BuildCVS.txt" | |
6 | #define SETUPFILENAME "wxMSW-" + GetENV("WXW_VER") + "-Setup" | |
7 | #define WX_VERSION GetENV("WXW_VER") | |
8 | #else | |
9 | #define INFOFILE "C:\wx\inno\wxWidgets\docs\msw\install.txt" | |
10 | #define SETUPFILENAME "wxMSW-cvs-Setup" | |
11 | #define WX_VERSION "CVS" | |
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 | |
24 | DefaultGroupName=wxWidgets | |
25 | DisableProgramGroupPage=yes | |
26 | LicenseFile=C:\wx\inno\wxWidgets\docs\licence.txt | |
27 | InfoBeforeFile=C:\wx\inno\wxWidgets\docs\readme.txt | |
28 | InfoAfterFile={#INFOFILE} | |
29 | OutputDir=c:\daily | |
30 | OutputBaseFilename={#SETUPFILENAME} | |
31 | SetupIconFile=C:\wx\inno\wxWidgets\art\wxwin.ico | |
32 | Compression=lzma | |
33 | SolidCompression=yes | |
34 | ||
35 | [Files] | |
36 | Source: "C:\wx\inno\wxWidgets\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs | |
37 | ; NOTE: Don't use "Flags: ignoreversion" on any shared system files | |
38 | ||
39 | [INI] | |
40 | Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wxwidgets.org" | |
41 | ||
42 | [Icons] | |
43 | Name: "{group}\{cm:ProgramOnTheWeb,wxWidgets 2.8.0}"; Filename: "{app}\wx.url" | |
44 | ||
45 | [UninstallDelete] | |
46 | Type: files; Name: "{app}\wx.url" | |
47 |