summaryrefslogtreecommitdiffstats
path: root/Tools/msi/common.wxs
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-101-1/+3
|
* Closes #27314: Fixes launcher installer upgrade table.Steve Dower2016-09-091-0/+2
|
* Issue #27756: Updates installer icons to be the console and launcher icon ↵Steve Dower2016-09-051-1/+1
| | | | instead of the setup icon
* Issue #27756: Adds new icons for Python files and processes on Windows. ↵Steve Dower2016-09-051-1/+1
| | | | Designs by Cherry Wang.
* Issue #27610: Adds PEP 514 metadata to Windows installerSteve Dower2016-07-251-0/+4
|
* Removes versioning from py.exe launcher installer and ensures that old ↵Steve Dower2016-05-181-1/+3
| | | | launchers are replaced by newer ones.
* Improves handling of test markers for building Python without intefering ↵Steve Dower2015-10-311-2/+2
| | | | with actual installs.
* Issue #25165: Windows uninstallation should not remove launcher if other ↵Steve Dower2015-10-011-2/+4
| | | | versions remain
* Adds option to install launcher for all users even when installing Python ↵Steve Dower2015-07-161-1/+1
| | | | | | | just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. Enables installer builds with the the text marker. Allows simple installs to include a custom description.
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-0/+9
| | | | | | 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.
* Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵Steve Dower2015-03-251-1/+1
| | | | and fixes test script.
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+101