Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improves support for building unofficial versions of the Windows installer. | Steve Dower | 2015-10-01 | 1 | -5/+9 |
| | |||||
* | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵ | Steve Dower | 2015-09-09 | 1 | -0/+3 |
| | | | | to Windows installation. | ||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Fixes installer rebuild, snapshot versioning, and the README.txt file. | Steve Dower | 2015-07-09 | 1 | -3/+8 |
| | |||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 1 | -4/+2 |
| | | | | | | 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. | ||||
* | Fixes Python failing to run during Windows release build | Steve Dower | 2015-05-02 | 1 | -1/+3 |
| | |||||
* | Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵ | Steve Dower | 2015-03-25 | 1 | -6/+7 |
| | | | | and fixes test script. | ||||
* | Issue #23612: Fixes upgrade code and version for Windows installer. | Steve Dower | 2015-03-08 | 1 | -2/+2 |
| | |||||
* | Updates CRT installation for Windows installer. | Steve Dower | 2015-03-01 | 1 | -7/+6 |
| | | | | Bundling versions of the CRT prior to 14.0 is no longer supported. | ||||
* | Improve Windows release scripts | Steve Dower | 2015-02-08 | 1 | -1/+0 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+161 |