summaryrefslogtreecommitdiffstats
path: root/Tools/msi/pip
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-3/+1
| | | | | | Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys. There are also some changes to the bootstrap app to properly handle upgrades. Finally, a few minor improvements to the Windows build to keep things tidier.
* Ignore user environment/site-packages for ensurepip and compile_allSteve Dower2015-07-041-2/+2
| | | | | Remove build condition to prevent old strings hanging around Add -h option to build.bat
* Issue #23260: Update Windows installerSteve Dower2015-02-063-0/+66