[issue29437] installation not listed for all users

2017-02-03 Thread Steve Dower

Steve Dower added the comment:

Thanks, this is the same as issue25166.

In short, we need a significant update to the WiX framework before this can be 
enabled, and so far the core WiX developers are not interested in doing it. 
I've been working on a patch, but it's actually fairly complicated to get right 
and I haven't managed it yet.

--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Windows AllUsers installation places uninstaller in user profile

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29437] installation not listed for all users

2017-02-03 Thread Mike

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com