From: Thomas Heller Date: Fri, 20 Feb 2004 14:44:32 +0000 (+0000) Subject: Recompiled the binary wininst.exe. X-Git-Tag: v2.4a1~787 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ae4f83954a571a0dc10b2dd35fab797015eef9d;p=python 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. --- diff --git a/Lib/distutils/command/wininst.exe b/Lib/distutils/command/wininst.exe index 6290a9361e..bea2bed4c1 100755 Binary files a/Lib/distutils/command/wininst.exe and b/Lib/distutils/command/wininst.exe differ