add version to Inno Setup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
edff6201ce
commit
1492e067e1
@ -1,9 +1,21 @@
|
||||
; Script generated by the Inno Setup Script Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#if GetEnv("WXW_VER") != ""
|
||||
#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 WX_VERSION "CVS"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
[Setup]
|
||||
AppName=wxWidgets
|
||||
AppVerName=wxWidgets 2.8.0
|
||||
AppVerName=wxWidgets {#WX_VERSION}
|
||||
AppPublisher=wxWidgets
|
||||
AppPublisherURL=http://www.wxwidgets.org
|
||||
AppSupportURL=http://www.wxwidgets.org
|
||||
@ -13,9 +25,9 @@ DefaultGroupName=wxWidgets
|
||||
DisableProgramGroupPage=yes
|
||||
LicenseFile=C:\wx\inno\wxWidgets\docs\licence.txt
|
||||
InfoBeforeFile=C:\wx\inno\wxWidgets\docs\readme.txt
|
||||
#InfoAfterFile=C:\wx\inno\wxWidgets\BuildCVS.txt
|
||||
InfoAfterFile={#INFOFILE}
|
||||
OutputDir=c:\daily
|
||||
OutputBaseFilename=wx-cvs-Msw-setup
|
||||
OutputBaseFilename={#SETUPFILENAME}
|
||||
SetupIconFile=C:\wx\inno\wxWidgets\art\wxwin.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
Loading…
Reference in New Issue
Block a user