[issue4480] bdist_msi and bdist_wininst are missing an uninstaller icon

Marc-Andre Lemburg report at bugs.python.org
Mon Dec 1 10:05:44 CET 2008


New submission from Marc-Andre Lemburg <mal at egenix.com>:

Now that #4389 is fixed, it would be nice if the bdist_msi and
bdist_wininst created installers could use the same Python icon for
their uninstallers.

Note that both commands create installers that are prefixed with the
Python version, so there already is a tight binding between the Python
interpreter itself and the extensions installed using those installers.

Alternatively, perhaps we could add a way to set the icon via command
options.

----------
components: Distutils
messages: 76680
nosy: lemburg
severity: normal
status: open
title: bdist_msi and bdist_wininst are missing an uninstaller icon
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4480>
_______________________________________


More information about the Python-bugs-list mailing list