[issue17770] MSI installer default behaviour inconsistent

2013-04-16 Thread Harry Johnston

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 
<http://bugs.python.org/issue17770>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17770] MSI installer default behaviour inconsistent

2013-04-16 Thread Harry Johnston

Harry Johnston added the comment:

Never mind, I found where this is documented.  Still seems odd to me, but it's 
not a bug.

--
status: open -> closed

___
Python tracker 
<http://bugs.python.org/issue17770>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com