[issue14457] Unattended Install doesn't populate registry

Paul Klapperich report at bugs.python.org
Sat Mar 31 01:42:26 CEST 2012


New submission from Paul Klapperich <python.org at bobpaul.org>:

Steps to reproduce:

1. python-2.7.2.msi /qb
2. Check registry for HKLM\SOFTWARE\Python or HKLM\SOFTWARE\Wow6432Node\Python

Expected behavior:
The key will exist and contain a key for 2.7 providing information such as the installation path.

Observed behavior:
The key and its subkeys are not created at all.

Workaround:
Don't use the /passive, /quiet, or /qX options. 

Additional information:
* Running msiexec /fm python-2.7.2.msi does not insert the missing registry entries.
* Running python-2.7.2.msi without options after install and choosing repair /also/ fails to insert the missing registry entries.
* Aside from inserting the entries by hand, uninstalling and re-installing with the interactive GUI seems to be the only way to populate them.

I've tested this on 64bit Windows 7 with 32bit Python 2.7.2 msi package only.

----------
components: Installation, Windows
messages: 157161
nosy: Paul.Klapperich
priority: normal
severity: normal
status: open
title: Unattended Install doesn't populate registry
versions: Python 2.7

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


More information about the Python-bugs-list mailing list