Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-95587: Fixes some upgrade detection issues in the Windows installer ↵ | Steve Dower | 2022-08-04 | 1 | -9/+29 |
| | | | | (GH-95631) | ||||
* | bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles ↵ | Steve Dower | 2022-03-04 | 1 | -34/+0 |
| | | | | (GH-31677) | ||||
* | bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) | Steve Dower | 2022-01-28 | 1 | -0/+34 |
| | | | Also makes a few general improvements to the build process and removes some dead code. | ||||
* | bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889) | bneuburg | 2022-01-18 | 1 | -0/+1 |
| | | | The option must be enabled from the command line | ||||
* | bpo-41412 and bpo-40948: Windows installer updates (GH-21656) | Steve Dower | 2020-07-28 | 1 | -43/+13 |
| | | | | | Prevent installation on Windows 8 and earlier. Download UCRT on demand when required (non-updated Windows 8.1 only) Add reference to py launcher to post-install message | ||||
* | bpo-38534: Replace wrong KB number references (GH-16955) | benedwards14 | 2019-10-28 | 1 | -4/+4 |
| | |||||
* | bpo-37283: Ensure command-line and unattend.xml setting override previously ↵ | Steve Dower | 2019-09-09 | 1 | -6/+24 |
| | | | | detected states in Windows installer (GH-15759) | ||||
* | bpo-36085: Add installer check for KB2533625 (GH-12636) | Steve Dower | 2019-03-31 | 1 | -4/+26 |
| | |||||
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 1 | -32/+0 |
| | |||||
* | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 1 | -0/+3 |
|\ | |||||
| * | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 1 | -0/+3 |
| | | |||||
* | | Issue #26619: Improves error message when installing on out-of-date Windows ↵ | Steve Dower | 2016-09-09 | 1 | -18/+40 |
|\ \ | |/ | | | | | Server | ||||
| * | Issue #26619: Improves error message when installing on out-of-date Windows ↵ | Steve Dower | 2016-09-09 | 1 | -18/+40 |
| | | | | | | | | Server | ||||
* | | Adds MAX_PATH button to the installer. | Steve Dower | 2016-09-08 | 1 | -86/+69 |
|/ | |||||
* | Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵ | Steve Dower | 2015-12-02 | 1 | -98/+123 |
| | | | | logic for launcher detection. | ||||
* | Only detects features from previous version when a bundle is found. | Steve Dower | 2015-10-12 | 1 | -2/+14 |
| | | | | | Otherwise, stray registry entries would cause issues. Also fixes an accelerator collision and improves UAC icons when upgrading. | ||||
* | Issue #25143: Improves installer error messages for unsupported platforms. | Steve Dower | 2015-10-11 | 1 | -0/+32 |
| | |||||
* | Issue #25163: Display correct directory in installer when using non-default ↵ | Steve Dower | 2015-10-11 | 1 | -22/+36 |
| | | | | settings. | ||||
* | Issue #25089: Adds logging to installer for case where launcher is not ↵ | Steve Dower | 2015-10-08 | 1 | -0/+7 |
| | | | | selected on upgrade. | ||||
* | Issue #25081: Makes Back button in installer go back to upgrade page when ↵ | Steve Dower | 2015-09-22 | 1 | -0/+5 |
| | | | | upgrading. | ||||
* | Issue #25071: Windows installer should not require TargetDir parameter when ↵ | Steve Dower | 2015-09-11 | 1 | -0/+30 |
| | | | | installing quietly | ||||
* | Adds support for an unattend.xml file to control the Windows installer options. | Steve Dower | 2015-07-18 | 1 | -1/+92 |
| | |||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 1 | -28/+74 |
| | | | | | | | 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. | ||||
* | Fixes installer rebuild, snapshot versioning, and the README.txt file. | Steve Dower | 2015-07-09 | 1 | -0/+1 |
| | |||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 1 | -84/+273 |
| | | | | | | 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. | ||||
* | Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 | Steve Dower | 2015-07-08 | 1 | -3/+3 |
| | |||||
* | Issue 24476: Statically links vcruntime140.dll and removes it from the installer | Steve Dower | 2015-06-19 | 1 | -2/+0 |
| | |||||
* | Issue #24317: Makes Customize page default to installing per-user, and ↵ | Steve Dower | 2015-05-31 | 1 | -0/+6 |
| | | | | switching to All Users enable CompileAll. | ||||
* | Issue #24293: Adds mapping from explicit colours to system colours to ↵ | Steve Dower | 2015-05-31 | 1 | -5/+52 |
| | | | | correctly handle user themes. | ||||
* | Issue #24293: Fixes installer colors to use system settings throughout. | Steve Dower | 2015-05-27 | 1 | -2/+2 |
| | |||||
* | Fixes default per-user install precompiling the standard library. | Steve Dower | 2015-05-15 | 1 | -5/+8 |
| | |||||
* | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | Update Windows installer for new CRT version. | Steve Dower | 2015-05-02 | 1 | -2/+2 |
| | |||||
* | Updates Windows installer to promote per-user installs over all-users. | Steve Dower | 2015-04-14 | 1 | -0/+5 |
| | |||||
* | Missing brace and minor formatting in Windows installer | Steve Dower | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | Fixes UI labels and ability to add/remove features. | Steve Dower | 2015-03-25 | 1 | -10/+21 |
| | |||||
* | Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵ | Steve Dower | 2015-03-25 | 1 | -0/+2 |
| | | | | and fixes test script. | ||||
* | Issue #23619: Ensure C variable is initialized before using it. | Steve Dower | 2015-03-09 | 1 | -2/+1 |
| | | | | The garbage in _crtInstalledToken was causing the IsCrtInstalled() function to return TRUE without actually checking anything. We now initialize the variable first. | ||||
* | Updates CRT installation for Windows installer. | Steve Dower | 2015-03-01 | 1 | -3/+85 |
| | | | | Bundling versions of the CRT prior to 14.0 is no longer supported. | ||||
* | Fix installer Back button going to wrong page when modifying. | Steve Dower | 2015-02-12 | 1 | -1/+8 |
| | | | | Also fix error when doing test builds without documentation file. | ||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+2645 |