; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+#define INNODIR GetENV("INNO")
+
#if GetEnv("WXW_VER") == "CVS"
- #define INFOFILE "C:\wx\inno\wxWidgets\BuildSVN.txt"
+ #define INFOFILE GetENV("INNO") + "\BuildSVN.txt"
#define WX_VERSION "SVN"
#else
- #define INFOFILE "C:\wx\inno\wxWidgets\docs\msw\install.txt"
+ #define INFOFILE GetENV("INNO") + "\docs\msw\install.txt"
#define WX_VERSION GetENV("WXW_VER")
#endif
#define SETUPFILENAME "wxMSW-" + GetENV("WXW_VER") + "-Setup"
-#define INNODIR "C:\wx\inno\wxWidgets"
+
[Setup]
AppName=wxWidgets