From: Robin Dunn Date: Wed, 23 May 2001 15:05:41 +0000 (+0000) Subject: some minor changes for the installer flags X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/faa20af7d4152f53a4e41677be906801888fa577 some minor changes for the installer flags git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index 379265cecd..51693745c0 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -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/