]> granicus.if.org Git - python/commit
The bdist_wininst.py command has been recreated after wininst.exe
authorThomas Heller <theller@ctypes.org>
Fri, 16 Mar 2001 20:57:37 +0000 (20:57 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 16 Mar 2001 20:57:37 +0000 (20:57 +0000)
commit5c5ea1a4618e5da1d43e1ddf39cfc6ad0c12f423
tree952f8fd50be499c312f710f1e3f87a3710db7b1d
parentb15bbc8d3d1e42da8b2fe4f4eb83108a76025a49
The bdist_wininst.py command has been recreated after wininst.exe
has been changed to include an uninstaller.
I forgot to mention in the uninstaller checkin that the logfile
name (used for uninstalling) has been changed from
<module>.log to <module>-wininst.log. This should prevent
conflicts with a distutils logfile serving the same purpose.

The short form of the --bdist-dir (-d) option has been removed
because it caused conflicts with the short form of the --dist-dir
option.
Lib/distutils/command/bdist_wininst.py