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 chrullrich
Recipients chrullrich, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-18.08:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442564000.23.0.122739262623.issue25163@psf.upfronthosting.co.za>
In-reply-to
Content
When run with InstallAllUsers=1, the Windows installer displays (%LOCALAPPDATA%)\Programs\Python\Python35 as the installation target directory, but actually installs into the path for a system-wide installation, "%PROGRAMFILES%\Python 3.5".

Ceterum censeo: This bug could have been avoided, and would certainly have been detected in time, by using MSI as the distribution package format. Because most MSI UI will display TARGETDIR as the target directory, an accidental override (or missing override) of this path would have been obvious.
History
Date User Action Args
2015-09-18 08:13:20chrullrichsetrecipients: + chrullrich, paul.moore, tim.golden, zach.ware, steve.dower
2015-09-18 08:13:20chrullrichsetmessageid: <1442564000.23.0.122739262623.issue25163@psf.upfronthosting.co.za>
2015-09-18 08:13:20chrullrichlinkissue25163 messages
2015-09-18 08:13:19chrullrichcreate