]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/distrib/make_installer.py
Added screen design to system settings for
[wxWidgets.git] / wxPython / distrib / make_installer.py
... / ...
CommitLineData
1"""
2This script will generate a setup script for InnoSetup and then run it
3to make the installer executable. If all goes right the proper versions
4of Python and wxWindows (including hybrid/final settings) will all be
5calculated based on what wxc.pyd imports and an appropriate installer
6will be created.
7"""
8
9
10import sys, os, string
11
12KEEP_TEMPS = 0
13ISCC = r"C:\TOOLS\InnoSetup2Ex\ISCC.exe %s"
14
15#----------------------------------------------------------------------
16
17ISS_Template = r'''
18;;------------------------------------------------------------
19
20[Setup]
21AppName = wxPython
22AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s
23OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s
24