]> git.saurik.com Git - wxWidgets.git/commitdiff
some minor changes for the installer flags
authorRobin Dunn <robin@alldunn.com>
Wed, 23 May 2001 15:05:41 +0000 (15:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 23 May 2001 15:05:41 +0000 (15:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/make_installer.py

index 379265cecd5859857f4d5ca9f62df42e383fcb43..51693745c0b443745de10d233c88c76cc5a529d2 100644 (file)
@@ -18,7 +18,7 @@ ISS_Template = r'''
 
 [Setup]
 AppName = wxPython
-AppVerName = wxPython %(VERSION)s
+AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s
 OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s
 AppCopyright = Copyright © 2001 Total Control Software
 DefaultDirName = {code:GetPythonDir|c:\DoNotInstallHere}
@@ -38,6 +38,8 @@ DisableReadyPage = true
 ;;DisableDirPage = true
 DisableProgramGroupPage = true
 DisableAppendDir = true
+UsePreviousAppDir = no
+UsePreviousGroup = no
 
 UninstallFilesDir = {app}\wxPython
 AppPublisherURL = http://wxPython.org/