[issue3778] python uninstaller leave registry entries

2021-10-20 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ _

[issue3778] python uninstaller leave registry entries

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue3778] python uninstaller leave registry entries

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue3778] python uninstaller leave registry entries

2013-08-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: Nobody has contributed a patch in five years, so it apparently is pretty hard. -- ___ Python tracker ___ ___

[issue3778] python uninstaller leave registry entries

2013-04-19 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue3778] python uninstaller leave registry entries

2013-04-19 Thread Michael Foord
Changes by Michael Foord : -- nosy: -michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue3778] python uninstaller leave registry entries

2013-04-19 Thread anatoly techtonik
anatoly techtonik added the comment: What is the reason for not following the good practice? Is it so hard to fix? -- ___ Python tracker ___ __

[issue3778] python uninstaller leave registry entries

2013-04-18 Thread Mark Lawrence
Mark Lawrence added the comment: I don't think this is worth the bother. I've checked my registry and the only entry under HKLM\SOFTWARE\Python is PythonCore, under this are the following. 2.6 Help Pythonwin Reference C:\Python26\Lib\site-packages\PyWin32.chm Modules 2.7

[issue3778] python uninstaller leave registry entries

2010-09-06 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +tebeka versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3778] python uninstaller leave registry entries

2010-04-03 Thread Martin v . Löwis
Martin v. Löwis added the comment: I think Installer has features to remove registry keys with no subkeys; we probably would need to declare that we create these keys, and then Installer might remove them automatically. -- ___ Python tracker

[issue3778] python uninstaller leave registry entries

2010-04-02 Thread Brian Curtin
Brian Curtin added the comment: See PC/_msi.c, Lib/msilib, and Tools/msi -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue3778] python uninstaller leave registry entries

2010-04-02 Thread anatoly techtonik
anatoly techtonik added the comment: There should be a "function" to remove key if empty. BTW, what software is used to create (un)installer and where is Python code for it? -- ___ Python tracker

[issue3778] python uninstaller leave registry entries

2010-04-02 Thread anatoly techtonik
anatoly techtonik added the comment: The top level should be removed only when it is empty after Python that is being uninstalled removed its own branch. -- ___ Python tracker _

[issue3778] python uninstaller leave registry entries

2010-04-02 Thread Michael Foord
Michael Foord added the comment: Isn't there an issue around having multiple versions of Python installed? The top level folder should only be removed if the version of Python being uninstalled is the last installed Python. This means executing code on uninstall and doesn't seem worth the eff

[issue3778] python uninstaller leave registry entries

2010-04-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: FWIW: contributions are welcome. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue3778] python uninstaller leave registry entries

2010-04-01 Thread Brian Curtin
Brian Curtin added the comment: Confirmed on 3.x. -- versions: +Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mai

[issue3778] python uninstaller leave registry entries

2010-04-01 Thread R. David Murray
R. David Murray added the comment: I imagine this affects 3.1 and 3.2 as well, but I haven't added them to versions since that hasn't been confirmed. -- keywords: +easy nosy: +brian.curtin, loewis, r.david.murray priority: -> low stage: -> needs patch type: -> behavior versions: -P

[issue3778] python uninstaller leave registry entries

2010-04-01 Thread anatoly techtonik
anatoly techtonik added the comment: Confirmed 2.6.5 installer leaves "HKLM\SOFTWARE\Python\PythonCore\2.6\Modules" on install/uninstall without \2.6\ key. I propose to mark it as 'low' priority. -- nosy: +techtonik versions: +Python 2.6, Python 2.7 __

[issue3778] python uninstaller leave registry entries

2008-09-04 Thread donovaly
New submission from donovaly <[EMAIL PROTECTED]>: - install Python 2.5.2 using the Windows installer - now uninstall Python Result: The uninstaller doesn't remove the registry folder HKLM\SOFTWARE\Python and all its subfolders. -- components: Installation messages: 72520 nosy: donovaly