Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25450: Updates shortcuts to start Python in installation directory. | Steve Dower | 2015-10-31 | 1 | -2/+4 |
| | |||||
* | Improves handling of test markers for building Python without intefering ↵ | Steve Dower | 2015-10-31 | 1 | -8/+8 |
| | | | | with actual installs. | ||||
* | Issue #24910: Windows MSIs now have unique display names. | Steve Dower | 2015-09-05 | 2 | -2/+2 |
| | |||||
* | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. | Steve Dower | 2015-08-18 | 1 | -7/+0 |
| | |||||
* | Issue #24847: Fixes tcltk installer layout of VC runtime DLL | Steve Dower | 2015-08-12 | 1 | -3/+3 |
| | |||||
* | Issue #24771: Adds vcruntime DLL to tcltk package | Steve Dower | 2015-08-03 | 1 | -0/+7 |
| | |||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 3 | -46/+61 |
| | |||||
* | Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵ | Steve Dower | 2015-03-25 | 2 | -4/+65 |
| | | | | and fixes test script. | ||||
* | Simplify MSI projects. | Steve Dower | 2015-02-14 | 7 | -68/+96 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 7 | -0/+178 |