summaryrefslogtreecommitdiffstats
path: root/Tools/msi/doc
Commit message (Collapse)AuthorAgeFilesLines
* gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)neonene2022-08-011-0/+5
|
* bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)Steve Dower2022-03-224-55/+26
|
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly ↵Steve Dower2022-03-071-0/+1
| | | | uses the install path during repair (GH-31726)
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-281-1/+1
| | | Also makes a few general improvements to the build process and removes some dead code.
* bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ↵Steve Dower2019-10-281-1/+1
| | | | (GH-16968)
* Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-2/+10
|
* Issue #25450: Updates shortcuts to start Python in installation directory.Steve Dower2015-10-311-1/+2
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-1/+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.
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-032-3/+7
|
* Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵Steve Dower2015-03-251-1/+1
| | | | and fixes test script.
* Fix installer Back button going to wrong page when modifying.Steve Dower2015-02-121-0/+2
| | | | Also fix error when doing test builds without documentation file.
* Issue #23260: Update Windows installerSteve Dower2015-02-065-0/+92