summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle/bundle.wxs
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27756: Adds new icons for Python files and processes on Windows. ↵Steve Dower2016-09-051-1/+1
| | | | Designs by Cherry Wang.
* Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵Steve Dower2015-12-021-1/+3
| | | | logic for launcher detection.
* Fixes installer not allowing launcher to be selected.Steve Dower2015-11-091-3/+3
|
* Improves handling of test markers for building Python without intefering ↵Steve Dower2015-10-311-7/+20
| | | | with actual installs.
* Issue #25164: Changes default all-users install directory to match per-user ↵Steve Dower2015-10-141-5/+7
| | | | directory.
* Only detects features from previous version when a bundle is found.Steve Dower2015-10-121-0/+1
| | | | | Otherwise, stray registry entries would cause issues. Also fixes an accelerator collision and improves UAC icons when upgrading.
* Improves support for building unofficial versions of the Windows installer.Steve Dower2015-10-011-0/+2
|
* Adds option to only install the launcher.Steve Dower2015-07-181-0/+2
|
* Adds option to install launcher for all users even when installing Python ↵Steve Dower2015-07-161-3/+7
| | | | | | | 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-18/+22
| | | | | | 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.
* Issue #24317: Makes Customize page default to installing per-user, and ↵Steve Dower2015-05-311-2/+2
| | | | switching to All Users enable CompileAll.
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-031-0/+1
|
* Updates Windows installer to promote per-user installs over all-users.Steve Dower2015-04-141-1/+1
|
* Issue #23612: Fixes upgrade code and version for Windows installer.Steve Dower2015-03-081-2/+2
|
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+80