[New-bugs-announce] [issue29437] installation not listed for all users

Mike report at bugs.python.org
Fri Feb 3 12:48:05 EST 2017


New submission from Mike:

When installing Python 3.6 using the official installer and selecting "install for all users" from an account with admin privileges, the installation completes successfully and it shows in the list of installed programs for that user. However, because it's installation key is written into HKEY_CURRENT_USER, it is listed as installed program only for the user that ran the installation.

While Python still seems to run from another account, it is not listed as an installed program for the other user.

In the "install for all users" case, it should be registered in HKEY_LOCAL_MACHINE, instead of HKEY_CURRENT_USER.

----------
components: Installation, Windows
messages: 286880
nosy: mray, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: installation not listed for all users
versions: Python 3.6

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


More information about the New-bugs-announce mailing list