[issue25165] Windows uninstallation should not remove launcher if other versions remain

2015-10-01 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue25165] Windows uninstallation should not remove launcher if other versions remain

2015-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2d30dfa46a7 by Steve Dower in branch '3.5': Issue #25165: Windows uninstallation should not remove launcher if other versions remain https://hg.python.org/cpython/rev/a2d30dfa46a7 -- nosy: +python-dev _

[issue25165] Windows uninstallation should not remove launcher if other versions remain

2015-09-22 Thread Steve Dower
Steve Dower added the comment: I'm going to look into having the launcher's MSI stay behind when the bundle is removed, so it will have to be uninstalled separately. It can already be installed separately, though there isn't a really easy way to get the installer so you can do that. (Because

[issue25165] Windows uninstallation should not remove launcher if other versions remain

2015-09-18 Thread Christian Ullrich
New submission from Christian Ullrich: Uninstalling 3.5 on Windows removes the py.exe launcher. If it was installed in the system-wide path (%SYSTEMROOT%), it may have replaced an existing copy from an earlier version. In this case, removing the launcher will break this remaining installation,