[issue17770] MSI installer default behaviour inconsistent

Harry Johnston report at bugs.python.org
Wed Apr 17 05:23:07 CEST 2013


New submission from Harry Johnston:

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.

----------
components: Installation
messages: 187133
nosy: Harry.Johnston
priority: normal
severity: normal
status: open
title: MSI installer default behaviour inconsistent
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list