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 Cesar.Mello
Recipients Cesar.Mello, brian.curtin, toughy
Date 2012-07-13.21:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342213642.12.0.627539460493.issue14458@psf.upfronthosting.co.za>
In-reply-to
Content
Just as a note: the following command line with /q instead of /qb works without the need for elevation:

msiexec /q /i python-2.7.3.amd64.msi MSIFASTINSTALL=7 TARGETDIR=C:\Users\Mello\Python27

And it is pretty fast! This was on a Windows 7 machine.

But if I install in a clean Windows XP, I can't get it to work. It seems something is not right with the CRT using this command line.
History
Date User Action Args
2012-07-13 21:07:22Cesar.Mellosetrecipients: + Cesar.Mello, brian.curtin, toughy
2012-07-13 21:07:22Cesar.Mellosetmessageid: <1342213642.12.0.627539460493.issue14458@psf.upfronthosting.co.za>
2012-07-13 21:07:21Cesar.Mellolinkissue14458 messages
2012-07-13 21:07:21Cesar.Mellocreate