Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improves handling of test markers for building Python without intefering ↵ | Steve Dower | 2015-10-31 | 2 | -21/+21 |
| | | | | with actual installs. | ||||
* | Issue #25165: Windows uninstallation should not remove launcher if other ↵ | Steve Dower | 2015-10-01 | 2 | -0/+8 |
| | | | | versions remain | ||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 2 | -5/+5 |
| | | | | | | | 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 | 2 | -3/+4 |
| | | | | | | 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. | ||||
* | Update Wix version and fixes wxs file. | Steve Dower | 2015-03-21 | 1 | -2/+2 |
| | |||||
* | Issue #23491: Implement PEP 441: Improving Python Zip Application Support | Brett Cannon | 2015-03-13 | 2 | -0/+16 |
| | | | | Thanks to Paul Moore for the PEP and implementation. | ||||
* | Simplify MSI projects. | Steve Dower | 2015-02-14 | 5 | -43/+11 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 7 | -0/+147 |