summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle/Default.thm
Commit message (Collapse)AuthorAgeFilesLines
* Adds MAX_PATH button to the installer.Steve Dower2016-09-081-3/+4
|
* Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵Steve Dower2015-12-021-1/+1
| | | | logic for launcher detection.
* Improves handling of test markers for building Python without intefering ↵Steve Dower2015-10-311-1/+1
| | | | with actual installs.
* Keeps all-users launcher checkbox visible when the option cannot be changed.Steve Dower2015-10-121-2/+2
|
* Issue #25143: Improves installer error messages for unsupported platforms.Steve Dower2015-10-111-1/+1
|
* Issue #25163: Display correct directory in installer when using non-default ↵Steve Dower2015-10-111-1/+1
| | | | settings.
* Issue #25091: Increases font size of the installer.Steve Dower2015-09-221-80/+80
|
* Adds option to only install the launcher.Steve Dower2015-07-181-1/+1
|
* Adds option to install launcher for all users even when installing Python ↵Steve Dower2015-07-161-4/+6
| | | | | | | 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-1/+12
| | | | | | 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 #24293: Adds mapping from explicit colours to system colours to ↵Steve Dower2015-05-311-7/+7
| | | | correctly handle user themes.
* Issue #24293: Fixes installer colors to use system settings throughout.Steve Dower2015-05-271-8/+8
|
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-031-9/+10
|
* Updates layout of some text in the Windows installer.Steve Dower2015-04-151-4/+4
|
* Updates Windows installer to promote per-user installs over all-users.Steve Dower2015-04-141-6/+5
|
* Issue #23612: Fixes upgrade code and version for Windows installer.Steve Dower2015-03-081-1/+1
|
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+123