This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients lemburg
Date 2008-12-01.09:05:39
SpamBayes Score 0.0010998991
Marked as misclassified No
Message-id <1228122344.22.0.401809698411.issue4480@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-01 09:05:44lemburgsetrecipients: + lemburg
2008-12-01 09:05:44lemburgsetmessageid: <1228122344.22.0.401809698411.issue4480@psf.upfronthosting.co.za>
2008-12-01 09:05:42lemburglinkissue4480 messages
2008-12-01 09:05:40lemburgcreate