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