DocsDemo --> docs-demos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-15 21:14:43 +00:00
parent 2782282522
commit 1683c95020
2 changed files with 11 additions and 10 deletions

View File

@@ -3,10 +3,10 @@ wxPython win32 README
The self-installer pacakge you have just installed contains the Python The self-installer pacakge you have just installed contains the Python
extension modules, python modules and pakcages needed to run wxPython extension modules, python modules and pakcages needed to run wxPython
applications. If you selected "Make this install be the default applications. If you selected the "Make this install be the default
wxPython" then this version will be the one that is imported when apps wxPython" option in the installer then this version will be the one
do "import wx". See the following wiki page for more information that is imported when apps do "import wx". See the following wiki
about managing multiple installs: page for more information about managing multiple installs:
http://wiki.wxpython.org/index.cgi/MultiVersionInstalls http://wiki.wxpython.org/index.cgi/MultiVersionInstalls
@@ -21,9 +21,10 @@ page for using wxversion.
This installer does *not* include the wxPython documentation, the This installer does *not* include the wxPython documentation, the
wxPython demo and other sample applications are provided as part of wxPython demo and other sample applications are provided as part of
wxPython. Those are available in a separate installer named wxPython. Those are available in a separate installer named
wxPython2.5-DocsDemo-*.exe that should also be located from wherever wxPython2.5-win32-docs-demos-*.exe which should also be located from
you downloaded this package from. The DocsDemo installer will also wherever you downloaded this package from. The Docs and Demos
install Start Menu shortcuts for the tool scripts mentioned above. installer will also create Start Menu shortcuts for the tool scripts
mentioned above.

View File

@@ -315,11 +315,11 @@ end.
ISS_DocDemo_Template = r''' ISS_DocDemo_Template = r'''
[Setup] [Setup]
AppName = wxPython%(SHORTVER)s-DocsDemo AppName = wxPython%(SHORTVER)s-docs-demos
AppVerName = wxPython Docs and Demos %(VERSION)s AppVerName = wxPython Docs and Demos %(VERSION)s
OutputBaseFilename = wxPython%(SHORTVER)s-win32-DocsDemo-%(VERSION)s OutputBaseFilename = wxPython%(SHORTVER)s-win32-docs-demos-%(VERSION)s
AppCopyright = Copyright <20> 2004 Total Control Software AppCopyright = Copyright <20> 2004 Total Control Software
DefaultDirName = {pf}\wxPython%(SHORTVER)s Docs Demos and Tools DefaultDirName = {pf}\wxPython%(SHORTVER)s Docs and Demos
DefaultGroupName = wxPython%(SHORTVER)s Docs Demos and Tools DefaultGroupName = wxPython%(SHORTVER)s Docs Demos and Tools
AlwaysCreateUninstallIcon = yes AlwaysCreateUninstallIcon = yes
AdminPrivilegesRequired = no AdminPrivilegesRequired = no