]> granicus.if.org Git - python/commit
Recompiled the binary wininst.exe.
authorThomas Heller <theller@ctypes.org>
Fri, 20 Feb 2004 14:44:32 +0000 (14:44 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 20 Feb 2004 14:44:32 +0000 (14:44 +0000)
commit4ae4f83954a571a0dc10b2dd35fab797015eef9d
treed04973435914306d061bee448c651ebfda13dcb9
parenta19cdad6dc2815f6044c56601e8dd81d9c219631
Recompiled the binary wininst.exe.

Patch #892660 from Mark Hammond, for distutils bdist_wininst command.

install.c: support for a 'pre-install-script', run before anything has
been installed. Provides a 'message_box' module function for use by
either the pre-install or post-install scripts.

bdist_wininst.py: support for pre-install script. Typo (build->built),
fixes so that --target-version can still work, even when the
distribution has extension modules - in this case, we insist on
--skip-build, as we still can't actually build other versions.
Lib/distutils/command/wininst.exe