summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/wininst.exe
Commit message (Collapse)AuthorAgeFilesLines
* Recompiled after source changes.Thomas Heller2005-01-251-0/+0
|
* Recompiled after source file changes.Thomas Heller2004-12-221-0/+0
|
* Recompiled after recent source changes.Thomas Heller2004-07-141-0/+0
|
* Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.Thomas Heller2004-07-021-0/+0
| | | | | Patch from Mark Hammond. Recompiled binary.
* This file no longer compressed with upx.Thomas Heller2004-05-251-0/+0
|
* Recompiled the binary wininst.exe after this change:Thomas Heller2004-04-151-0/+0
| | | | | | | | | | When loading the Python dll to run the postinstall script, try to load it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Will port to the trunk later.
* (This is hopefully the last large, funny checkin message forThomas Heller2002-11-221-0/+0
bdist_wininst.py we will see.) Removed the base64 encoded binary contents, wininst.exe must be in the same directory as this file now. wininst.exe must be recompiled and commited each time the sources in PC/bdist_wininst are changed.