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