[issue5936] Add MSI suport for uninstalling individual versions

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue5936] Add MSI suport for uninstalling individual versions

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- assignee: tarek - components: +Distutils -Distutils2 versions: +Python 3.5 -3rd party ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5936 ___

[issue5936] Add MSI suport for uninstalling individual versions

2010-10-22 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: “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.” Would

[issue5936] Add MSI suport for uninstalling individual versions

2010-10-22 Thread Steven Bethard
Steven Bethard steven.beth...@gmail.com added the comment: Would you have to do this for every installed distribution? Seems cumbersome. Well, the feature not being implemented yet, it's hard to tell what it would do. ;-) But I think the simplest approach would actually yield a dialog where

[issue5936] Add MSI suport for uninstalling individual versions

2010-10-22 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: It possible to script MSI, so that one could write a tool that manages all MSI files that have the multi-version feature, and add and remove them to Python installation in batches. Alternatively, it would also be possible to integrate this

[issue5936] Add MSI suport for uninstalling individual versions

2010-08-06 Thread Steven Bethard
Steven Bethard steven.beth...@gmail.com added the comment: Unassigning, because it's likely I won't have time to work on this for a while. I still think it would be a nice feature. ;-) -- assignee: bethard - ___ Python tracker

[issue5936] Add MSI suport for uninstalling individual versions

2010-08-05 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I am just responding so this will not show up on the 'unanswered issues' list. -- components: +Distutils nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5936

[issue5936] Add MSI suport for uninstalling individual versions

2010-08-05 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Terry, why? It is, after all, still unanswered. -- nosy: +merwok ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5936 ___

[issue5936] Add MSI suport for uninstalling individual versions

2010-08-05 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Because this basically is a self-reminder note by a developer to himself, which he assigned to himself, so no answer is needed. Removing such things from 'unanswered' will make it easier to focus on posts by newcomers who need a thoughtful

[issue5936] Add MSI suport for uninstalling individual versions

2010-08-05 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the reply Terry, I didn’t get that. Maybe you can edit your boilerplate message to prevent future misunderstandings like mine :) -- nosy: +tarek versions: +Python 3.2 ___ Python tracker

[issue5936] Add MSI suport for uninstalling individual versions

2009-05-04 Thread Steven Bethard
New submission from Steven Bethard steven.beth...@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