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.
Created on 2017年02月03日 17:48 by mray, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg286880 - (view) | Author: Mike (mray) | Date: 2017年02月03日 17:48 | |
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. |
|||
| msg286882 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2017年02月03日 18:25 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:42 | admin | set | github: 73623 |
| 2017年02月03日 18:25:44 | steve.dower | set | status: open -> closed superseder: Windows All Users installation places uninstaller in user profile messages: + msg286882 resolution: duplicate stage: resolved |
| 2017年02月03日 17:48:05 | mray | create | |