Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds MAX_PATH button to the installer. | Steve Dower | 2016-09-08 | 1 | -3/+4 |
| | |||||
* | Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵ | Steve Dower | 2015-12-02 | 1 | -1/+1 |
| | | | | logic for launcher detection. | ||||
* | Improves handling of test markers for building Python without intefering ↵ | Steve Dower | 2015-10-31 | 1 | -1/+1 |
| | | | | with actual installs. | ||||
* | Keeps all-users launcher checkbox visible when the option cannot be changed. | Steve Dower | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | Issue #25143: Improves installer error messages for unsupported platforms. | Steve Dower | 2015-10-11 | 1 | -1/+1 |
| | |||||
* | Issue #25163: Display correct directory in installer when using non-default ↵ | Steve Dower | 2015-10-11 | 1 | -1/+1 |
| | | | | settings. | ||||
* | Issue #25091: Increases font size of the installer. | Steve Dower | 2015-09-22 | 1 | -80/+80 |
| | |||||
* | Adds option to only install the launcher. | Steve Dower | 2015-07-18 | 1 | -1/+1 |
| | |||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 1 | -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 Dower | 2015-07-09 | 1 | -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 Dower | 2015-05-31 | 1 | -7/+7 |
| | | | | correctly handle user themes. | ||||
* | Issue #24293: Fixes installer colors to use system settings throughout. | Steve Dower | 2015-05-27 | 1 | -8/+8 |
| | |||||
* | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 1 | -9/+10 |
| | |||||
* | Updates layout of some text in the Windows installer. | Steve Dower | 2015-04-15 | 1 | -4/+4 |
| | |||||
* | Updates Windows installer to promote per-user installs over all-users. | Steve Dower | 2015-04-14 | 1 | -6/+5 |
| | |||||
* | Issue #23612: Fixes upgrade code and version for Windows installer. | Steve Dower | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+123 |