Message250476
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). |
|
Date |
User |
Action |
Args |
2015-09-11 16:10:01 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, zach.ware |
2015-09-11 16:10:01 | steve.dower | set | messageid: <1441987801.17.0.563318681861.issue25071@psf.upfronthosting.co.za> |
2015-09-11 16:10:01 | steve.dower | link | issue25071 messages |
2015-09-11 16:10:00 | steve.dower | create | |
|