New submission from Sven Pagel <niemalsnever-pythonbugtrac...@pcs1990.net>:

If I install Python 2.7.14 on Windows (using the MSI) using the SYSTEM account, 
as is done by SCCM, uninstalling fails to clean up the registry so Python is 
still showing up as installed in the control panel (and still detected by SCCM).

SCCM runs the following command line to install Python:
    msiexec /i "python-2.7.14.amd64.msi" ADDLOCAL=ALL /qn

For uninstallation I use the following command line:
    msiexec /x {0398A685-FD8D-46B3-9816-C47319B0CF5F}

Both are run as the SYSTEM account.

----------
components: Installation, Windows
messages: 306359
nosy: niemalsnever, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: 2.7.14 does not uninstall cleanly if installation was run as SYSTEM 
account (SCCM)
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32049>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to