[issue32049] 2.7.14 does not uninstall cleanly if installation was run as SYSTEM account (SCCM)

Sven Pagel report at bugs.python.org
Thu Nov 16 08:39:17 EST 2017


New submission from Sven Pagel <niemalsnever-pythonbugtracker at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32049>
_______________________________________


More information about the Python-bugs-list mailing list