copy CHM files; change location of version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
16e72edbb3
commit
1f060c0728
@ -1,14 +1,14 @@
|
|||||||
; Script generated by the Inno Setup Script Wizard.
|
; Script generated by the Inno Setup Script Wizard.
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#if GetEnv("WXW_VER") != ""
|
#if GetEnv("WXW_VER") == "CVS"
|
||||||
#define INFOFILE "C:\wx\inno\wxWidgets\BuildCVS.txt"
|
#define INFOFILE "C:\wx\inno\wxWidgets\BuildCVS.txt"
|
||||||
#define SETUPFILENAME "wxMSW-" + GetENV("WXW_VER") + "-Setup"
|
|
||||||
#define WX_VERSION GetENV("WXW_VER")
|
|
||||||
#else
|
|
||||||
#define INFOFILE "C:\wx\inno\wxWidgets\docs\msw\install.txt"
|
|
||||||
#define SETUPFILENAME "wxMSW-cvs-Setup"
|
#define SETUPFILENAME "wxMSW-cvs-Setup"
|
||||||
#define WX_VERSION "CVS"
|
#define WX_VERSION "CVS"
|
||||||
|
#else
|
||||||
|
#define INFOFILE "C:\wx\inno\wxWidgets\docs\msw\install.txt"
|
||||||
|
#define SETUPFILENAME "wxMSW-" + GetENV("WXW_VER") + "-Setup"
|
||||||
|
#define WX_VERSION GetENV("WXW_VER")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -40,7 +40,8 @@ Source: "C:\wx\inno\wxWidgets\*"; DestDir: "{app}"; Flags: ignoreversion recurse
|
|||||||
Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wxwidgets.org"
|
Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wxwidgets.org"
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{group}\{cm:ProgramOnTheWeb,wxWidgets {#WX_VERSION} }"; Filename: "{app}\wx.url"
|
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
|
||||||
|
|
||||||
|
|
||||||
[UninstallDelete]
|
[UninstallDelete]
|
||||||
|
Loading…
Reference in New Issue
Block a user