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.

classification
Title: MSI installer default behaviour inconsistent
Type: behavior Stage:
Components: Installation Versions: Python 2.7
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Harry.Johnston
Priority: normal Keywords:

Created on 2013-04-17 03:23 by Harry.Johnston, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg187133 - (view) Author: Harry Johnston (Harry.Johnston) Date: 2013-04-17 03:23
When installing python-2.7.4.msi via the GUI, the default setting for the installation type is "All Users".

When installing it passively, e.g.

msiexec /package python-2.7.4.msi /passive

the default installation type is "Just For Me", or at least that is how it is behaving - no entry is added to Uninstall Programs, the Start Menu entries are created for the current user only, and registry entries are created in HKCU instead of HKLM.

This makes enterprise deployments difficult.

I'm running Windows 7 x64 SP1.
msg187134 - (view) Author: Harry Johnston (Harry.Johnston) Date: 2013-04-17 03:26
Never mind, I found where this is documented.  Still seems odd to me, but it's not a bug.
History
Date User Action Args
2022-04-11 14:57:44adminsetgithub: 61970
2013-04-17 03:26:18Harry.Johnstonsetstatus: open -> closed

messages: + msg187134
2013-04-17 03:23:07Harry.Johnstoncreate