This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stuaxo
Recipients loewis, stuaxo
Date 2008-12-06.23:40:16
SpamBayes Score 7.6255745e-08
Marked as misclassified No
Message-id <838f4dc10812061540vd48c685wa3caf3573606bac@mail.gmail.com>
In-reply-to <1228605897.9.0.930271033049.issue4567@psf.upfronthosting.co.za>
Content
Sure, no problem - sorry for the lack of detail...

The windows installer (tested on 2.5.2) normally puts some values in
the windows registry at:

HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\<version>

(where <version> is the python version).

Including the important one for me:  InstallPath.

The bug is in the installer msi, and will need to be fixed in whatever
generates it, ideally the installpath should always be set.

In order to install python silently, run

msiexec python-2.5.2.msi /quiet

This will install python to the default path (c:\python) and the
registry values won't be set.  I believe their probably set in the
interactive part of the installation.

2008/12/6 Martin v. Löwis <report@bugs.python.org>:
>
> Martin v. Löwis <martin@v.loewis.de> added the comment:
>
> Can you please be more explicit? What exact command line have you been
> using, and what exact registry do you think should have been set but wasn't?
>
> ----------
> nosy: +loewis
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue4567>
> _______________________________________
>
History
Date User Action Args
2008-12-06 23:41:59stuaxosetrecipients: + stuaxo, loewis
2008-12-06 23:40:18stuaxolinkissue4567 messages
2008-12-06 23:40:17stuaxocreate