Python MSI does not write to registry
Posted: Tue Nov 07, 2006 2:23 pm
I need to install Python 2.5 alongside my app. I have created an Application Runtime extension to do this and it is working fine EXCEPT that the normal Python registry entries are NOT written. If I just double-click the MSI (found at python.org) and select all the default choices, the registry entries ARE written (HKLM\\SOFTWARE\\Python\\PythonCore\\2.5).
Thus, the behavior is different from within InstallAware. My install line is:
Install/Remove MSI Package $SUPPORTDIR$\\python-2.5.msi[ADDLOCAL=ALL]
All other Python files appear to install correctly. What am I doing wrong?
Thus, the behavior is different from within InstallAware. My install line is:
Install/Remove MSI Package $SUPPORTDIR$\\python-2.5.msi[ADDLOCAL=ALL]
All other Python files appear to install correctly. What am I doing wrong?