[New-bugs-announce] [issue5936] Add MSI suport for uninstalling individual versions
Steven Bethard
report at bugs.python.org
Tue May 5 04:30:01 CEST 2009
New submission from Steven Bethard <steven.bethard at gmail.com>:
With issue5311 now resolved, bdist_msi can generate a single MSI that
can install to any number of Python versions (for pure Python modules).
Right now, you can only install or uninstall these MSIs, but it would be
nice to also provide a "Change" installation.
For example, if you installed a new version of Python, this would allow
you to add your already installed pure Python modules to this Python
installation by just going to Add/Remove Programs and selecting the
feature for the new version.
I'll try to make some time to work on this.
----------
assignee: bethard
messages: 87203
nosy: bethard
priority: normal
severity: normal
stage: needs patch
status: open
title: Add MSI suport for uninstalling individual versions
type: feature request
versions: Python 2.7, Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5936>
_______________________________________
More information about the New-bugs-announce
mailing list