Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465) | neonene | 2022-08-01 | 1 | -0/+5 |
| | |||||
* | bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038) | Steve Dower | 2022-03-22 | 4 | -55/+26 |
| | |||||
* | bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly ↵ | Steve Dower | 2022-03-07 | 1 | -0/+1 |
| | | | | uses the install path during repair (GH-31726) | ||||
* | bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) | Steve Dower | 2022-01-28 | 1 | -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 Dower | 2019-10-28 | 1 | -1/+1 |
| | | | | (GH-16968) | ||||
* | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -2/+10 |
| | |||||
* | Issue #25450: Updates shortcuts to start Python in installation directory. | Steve Dower | 2015-10-31 | 1 | -1/+2 |
| | |||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 1 | -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 Dower | 2015-05-03 | 2 | -3/+7 |
| | |||||
* | Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵ | Steve Dower | 2015-03-25 | 1 | -1/+1 |
| | | | | and fixes test script. | ||||
* | Fix installer Back button going to wrong page when modifying. | Steve Dower | 2015-02-12 | 1 | -0/+2 |
| | | | | Also fix error when doing test builds without documentation file. | ||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 5 | -0/+92 |