[New-bugs-announce] [issue24873] Add "full cleanup" checkbox to uninstaller

Steve Dower report at bugs.python.org
Sat Aug 15 22:01:13 CEST 2015


New submission from Steve Dower:

On uninstallation, we should display a checkbox to aggressively clean up the install. This would include:

* delete the main registry key and all children, regardless of whether we created them or not
* delete the main install directory and all subdirectories and files

This may corrupt some programs, essentially those that install packages directly into a Python install or register their own search paths in the registry (which is actually a valid thing for them to do). There will be an extra confirmation prompt if the checkbox is selected, but it'll still be easier than finding all the paths and deleting them manually.

----------
components: Installation, Windows
messages: 248649
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Add "full cleanup" checkbox to uninstaller
type: enhancement
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24873>
_______________________________________


More information about the New-bugs-announce mailing list