#if GetEnv("WXW_VER") == "CVS"
#define INFOFILE "C:\wx\inno\wxWidgets\BuildCVS.txt"
- #define SETUPFILENAME "wxMSW-cvs-Setup"
#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
+#define SETUPFILENAME "wxMSW-" + GetENV("WXW_VER") + "-Setup"
+
[Setup]
AppUpdatesURL=http://www.wxwidgets.org
DefaultDirName={sd}\wxWidgets-{#WX_VERSION}
DefaultGroupName=wxWidgets {#WX_VERSION}
+UsePreviousAppDir=no
DisableProgramGroupPage=yes
LicenseFile=C:\wx\inno\wxWidgets\docs\licence.txt
InfoBeforeFile=C:\wx\inno\wxWidgets\docs\readme.txt