summaryrefslogtreecommitdiffstats
path: root/PC/bdist_wininst/install.c
Commit message (Expand)AuthorAgeFilesLines
* Running a bdist_wininst installer, built with Python 2.3, installingThomas Heller2005-01-251-9/+25
* Set PYTHONHOME before loading Python, so that sys.path will be set correctly.Thomas Heller2005-01-251-1/+7
* Close stdout and stderr, which are redirected into a temp file, beforeThomas Heller2004-12-221-0/+4
* Backport a patch from Mark Hammond.Thomas Heller2004-12-221-2/+2
* Backport from trunk, rev. 1.11 and 1.12. Don't hardcode the PythonThomas Heller2004-12-221-2/+5
* Remove the annoing and useless messagebox asking about overwriting files.Thomas Heller2004-07-141-25/+0
* Add a warning so that it isn't forgotten to recreate the binary ANDThomas Heller2004-07-141-0/+8
* Don't complain that non-existant registry entries cannot be deleted.Thomas Heller2004-07-141-2/+2
* Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.Thomas Heller2004-07-021-0/+8
* When loading the Python dll to run the postinstall script, try to loadThomas Heller2004-04-151-8/+25
* Copied the sources from the distutils CVS repository.Thomas Heller2002-11-221-0/+2294