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 <rep...@bugs.python.org> <http://bugs.python.org/issue24873> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com