summaryrefslogtreecommitdiffstats
path: root/Tools/msi/tcltk
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25450: Updates shortcuts to start Python in installation directory.Steve Dower2015-10-311-2/+4
|
* Improves handling of test markers for building Python without intefering ↵Steve Dower2015-10-311-8/+8
| | | | with actual installs.
* Issue #24910: Windows MSIs now have unique display names.Steve Dower2015-09-052-2/+2
|
* Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.Steve Dower2015-08-181-7/+0
|
* Issue #24847: Fixes tcltk installer layout of VC runtime DLLSteve Dower2015-08-121-3/+3
|
* Issue #24771: Adds vcruntime DLL to tcltk packageSteve Dower2015-08-031-0/+7
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-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 Dower2015-05-033-46/+61
|
* Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵Steve Dower2015-03-252-4/+65
| | | | and fixes test script.
* Simplify MSI projects.Steve Dower2015-02-147-68/+96
|
* Issue #23260: Update Windows installerSteve Dower2015-02-067-0/+178