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 paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-11.16:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441987801.17.0.563318681861.issue25071@psf.upfronthosting.co.za>
In-reply-to
Content
If you run the installer without UI and without specifying an installation path, it will not install. For example:

C:\> python-3.5.0rc4-amd64-webinstall.exe /passive

The workaround is to specify TargetPath:

C:\> python-3.5.0rc4-amd64-webinstall.exe /passive TargetPath="C:\Python35_x64"

However, this workaround should not be necessary. We should use the default path based on the InstallAllUsers setting (false by default).
History
Date User Action Args
2015-09-11 16:10:01steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2015-09-11 16:10:01steve.dowersetmessageid: <1441987801.17.0.563318681861.issue25071@psf.upfronthosting.co.za>
2015-09-11 16:10:01steve.dowerlinkissue25071 messages
2015-09-11 16:10:00steve.dowercreate