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 steve.dower
Recipients Jason.Bray, loewis, steve.dower
Date 2014-06-23.21:33:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403559194.99.0.78899073303.issue19351@psf.upfronthosting.co.za>
In-reply-to
Content
No idea, TBH, though I'd guess that the behaviour comes from the installed version of Windows Installer and the database schema comes from the authored version.

Nonetheless, if the solution is to add "ALLUSERS=1" to the command line when doing silent all-user installs, I'm okay with documenting that as being the fix for 2.7 and 3.4.

For Python 3.5, Windows Vista is the earliest supported platform, and so we can assume Windows Installer 4.0 or later (not that there's any need to take advantage of it) ref: http://msdn.microsoft.com/en-us/library/cc185688(v=vs.85).aspx
History
Date User Action Args
2014-06-23 21:33:15steve.dowersetrecipients: + steve.dower, loewis, Jason.Bray
2014-06-23 21:33:14steve.dowersetmessageid: <1403559194.99.0.78899073303.issue19351@psf.upfronthosting.co.za>
2014-06-23 21:33:14steve.dowerlinkissue19351 messages
2014-06-23 21:33:14steve.dowercreate