Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly ↵ | Steve Dower | 2022-03-07 | 1 | -1/+1 |
| | | | | uses the install path during repair (GH-31727) | ||||
* | Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) | Miss Islington (bot) | 2021-07-30 | 1 | -1/+1 |
| | | | | | (cherry picked from commit be42c06bb01206209430f3ac08b72643dc7cad1c) Co-authored-by: Noah Kantrowitz <noah@coderanger.net> | ||||
* | bpo-37283: Ensure command-line and unattend.xml setting override previously ↵ | Steve Dower | 2019-09-09 | 1 | -2/+1 |
| | | | | detected states in Windows installer (GH-15759) | ||||
* | bpo-31944: Fixes build and Modify button (#4278) | Steve Dower | 2017-11-04 | 1 | -1/+0 |
| | |||||
* | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -2/+4 |
|\ | |||||
| * | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -2/+4 |
| | | |||||
* | | Issue #27756: Adds new icons for Python files and processes on Windows. ↵ | Steve Dower | 2016-09-05 | 1 | -1/+1 |
|/ | | | | Designs by Cherry Wang. | ||||
* | Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵ | Steve Dower | 2015-12-02 | 1 | -1/+3 |
| | | | | logic for launcher detection. | ||||
* | Fixes installer not allowing launcher to be selected. | Steve Dower | 2015-11-09 | 1 | -3/+3 |
| | |||||
* | Improves handling of test markers for building Python without intefering ↵ | Steve Dower | 2015-10-31 | 1 | -7/+20 |
| | | | | with actual installs. | ||||
* | Issue #25164: Changes default all-users install directory to match per-user ↵ | Steve Dower | 2015-10-14 | 1 | -5/+7 |
| | | | | directory. | ||||
* | Only detects features from previous version when a bundle is found. | Steve Dower | 2015-10-12 | 1 | -0/+1 |
| | | | | | Otherwise, stray registry entries would cause issues. Also fixes an accelerator collision and improves UAC icons when upgrading. | ||||
* | Improves support for building unofficial versions of the Windows installer. | Steve Dower | 2015-10-01 | 1 | -0/+2 |
| | |||||
* | Adds option to only install the launcher. | Steve Dower | 2015-07-18 | 1 | -0/+2 |
| | |||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 1 | -3/+7 |
| | | | | | | | 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. | ||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 1 | -18/+22 |
| | | | | | | 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. | ||||
* | Issue #24317: Makes Customize page default to installing per-user, and ↵ | Steve Dower | 2015-05-31 | 1 | -2/+2 |
| | | | | switching to All Users enable CompileAll. | ||||
* | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 1 | -0/+1 |
| | |||||
* | Updates Windows installer to promote per-user installs over all-users. | Steve Dower | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Issue #23612: Fixes upgrade code and version for Windows installer. | Steve Dower | 2015-03-08 | 1 | -2/+2 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+80 |