some minor changes for the installer flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@ ISS_Template = r'''
|
|||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName = wxPython
|
AppName = wxPython
|
||||||
AppVerName = wxPython %(VERSION)s
|
AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s
|
||||||
OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s
|
OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s
|
||||||
AppCopyright = Copyright <20> 2001 Total Control Software
|
AppCopyright = Copyright <20> 2001 Total Control Software
|
||||||
DefaultDirName = {code:GetPythonDir|c:\DoNotInstallHere}
|
DefaultDirName = {code:GetPythonDir|c:\DoNotInstallHere}
|
||||||
@@ -38,6 +38,8 @@ DisableReadyPage = true
|
|||||||
;;DisableDirPage = true
|
;;DisableDirPage = true
|
||||||
DisableProgramGroupPage = true
|
DisableProgramGroupPage = true
|
||||||
DisableAppendDir = true
|
DisableAppendDir = true
|
||||||
|
UsePreviousAppDir = no
|
||||||
|
UsePreviousGroup = no
|
||||||
|
|
||||||
UninstallFilesDir = {app}\wxPython
|
UninstallFilesDir = {app}\wxPython
|
||||||
AppPublisherURL = http://wxPython.org/
|
AppPublisherURL = http://wxPython.org/
|
||||||
|
Reference in New Issue
Block a user