summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Commit message (Collapse)AuthorAgeFilesLines
* gh-95587: Fixes some upgrade detection issues in the Windows installer ↵Steve Dower2022-08-041-9/+29
| | | | (GH-95631)
* bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles ↵Steve Dower2022-03-041-34/+0
| | | | (GH-31677)
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-281-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)bneuburg2022-01-181-0/+1
| | | The option must be enabled from the command line
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Steve Dower2020-07-281-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)benedwards142019-10-281-4/+4
|
* bpo-37283: Ensure command-line and unattend.xml setting override previously ↵Steve Dower2019-09-091-6/+24
| | | | detected states in Windows installer (GH-15759)
* bpo-36085: Add installer check for KB2533625 (GH-12636)Steve Dower2019-03-311-4/+26
|
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-091-32/+0
|
* Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-091-0/+3
|\
| * Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-091-0/+3
| |
* | Issue #26619: Improves error message when installing on out-of-date Windows ↵Steve Dower2016-09-091-18/+40
|\ \ | |/ | | | | Server
| * Issue #26619: Improves error message when installing on out-of-date Windows ↵Steve Dower2016-09-091-18/+40
| | | | | | | | Server
* | Adds MAX_PATH button to the installer.Steve Dower2016-09-081-86/+69
|/
* Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵Steve Dower2015-12-021-98/+123
| | | | logic for launcher detection.
* Only detects features from previous version when a bundle is found.Steve Dower2015-10-121-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 Dower2015-10-111-0/+32
|
* Issue #25163: Display correct directory in installer when using non-default ↵Steve Dower2015-10-111-22/+36
| | | | settings.
* Issue #25089: Adds logging to installer for case where launcher is not ↵Steve Dower2015-10-081-0/+7
| | | | selected on upgrade.
* Issue #25081: Makes Back button in installer go back to upgrade page when ↵Steve Dower2015-09-221-0/+5
| | | | upgrading.
* Issue #25071: Windows installer should not require TargetDir parameter when ↵Steve Dower2015-09-111-0/+30
| | | | installing quietly
* Adds support for an unattend.xml file to control the Windows installer options.Steve Dower2015-07-181-1/+92
|
* Adds option to install launcher for all users even when installing Python ↵Steve Dower2015-07-161-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 Dower2015-07-091-0/+1
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-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 10Steve Dower2015-07-081-3/+3
|
* Issue 24476: Statically links vcruntime140.dll and removes it from the installerSteve Dower2015-06-191-2/+0
|
* Issue #24317: Makes Customize page default to installing per-user, and ↵Steve Dower2015-05-311-0/+6
| | | | switching to All Users enable CompileAll.
* Issue #24293: Adds mapping from explicit colours to system colours to ↵Steve Dower2015-05-311-5/+52
| | | | correctly handle user themes.
* Issue #24293: Fixes installer colors to use system settings throughout.Steve Dower2015-05-271-2/+2
|
* Fixes default per-user install precompiling the standard library.Steve Dower2015-05-151-5/+8
|
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-031-2/+2
|
* Update Windows installer for new CRT version.Steve Dower2015-05-021-2/+2
|
* Updates Windows installer to promote per-user installs over all-users.Steve Dower2015-04-141-0/+5
|
* Missing brace and minor formatting in Windows installerSteve Dower2015-03-251-2/+2
|
* Fixes UI labels and ability to add/remove features.Steve Dower2015-03-251-10/+21
|
* Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵Steve Dower2015-03-251-0/+2
| | | | and fixes test script.
* Issue #23619: Ensure C variable is initialized before using it.Steve Dower2015-03-091-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 Dower2015-03-011-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 Dower2015-02-121-1/+8
| | | | Also fix error when doing test builds without documentation file.
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+2645