This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author niemalsnever
Recipients niemalsnever, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-11-16.13:39:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510839557.93.0.213398074469.issue32049@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-16 13:39:17niemalsneversetrecipients: + niemalsnever, paul.moore, tim.golden, zach.ware, steve.dower
2017-11-16 13:39:17niemalsneversetmessageid: <1510839557.93.0.213398074469.issue32049@psf.upfronthosting.co.za>
2017-11-16 13:39:17niemalsneverlinkissue32049 messages
2017-11-16 13:39:17niemalsnevercreate