Changed installer base filename

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-24 21:44:30 +00:00
parent f19533bfd1
commit 54f07ec450

View File

@@ -20,7 +20,7 @@ ISS_Template = r'''
[Setup] [Setup]
AppName = wxPython AppName = wxPython
AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s
OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s OutputBaseFilename = wxPythonWIN32-%(VERSION)s-%(PYVER)s
AppCopyright = Copyright <20> 2002 Total Control Software AppCopyright = Copyright <20> 2002 Total Control Software
DefaultDirName = {code:GetInstallDir|c:\DoNotInstallHere} DefaultDirName = {code:GetInstallDir|c:\DoNotInstallHere}
DefaultGroupName = wxPython %(SHORTVER)s for Python %(PYTHONVER)s DefaultGroupName = wxPython %(SHORTVER)s for Python %(PYTHONVER)s