summaryrefslogtreecommitdiffstats
path: root/Tools/msi/exe/exe.wxs
Commit message (Collapse)AuthorAgeFilesLines
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-091-3/+3
|
* Issue #27610: Adds PEP 514 metadata to Windows installerSteve Dower2016-07-251-1/+1
|
* Issue #25450: Updates shortcuts to start Python in installation directory.Steve Dower2015-10-311-1/+2
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-0/+2
| | | | | | 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.
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-031-3/+5
|
* Simplify MSI projects.Steve Dower2015-02-141-12/+0
|
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+40