aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Commit message (Expand)AuthorAge
* gh-124487: Updated installer messages and internal docs regarding minimum Win...Wulian2024-10-01
* gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)Steve Dower2024-09-30
* gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...Steve Dower2024-09-23
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Steve Dower2024-04-29
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Steve Dower2024-03-01
* gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...Steve Dower2022-08-04
* bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles ...Steve Dower2022-03-04
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-28
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-18
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Steve Dower2020-07-28
* bpo-38534: Replace wrong KB number references (GH-16955)benedwards142019-10-28
* bpo-37283: Ensure command-line and unattend.xml setting override previously d...Steve Dower2019-09-09
* bpo-36085: Add installer check for KB2533625 (GH-12636)Steve Dower2019-03-30
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-09
* Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-09
|\
| * Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-09
* | Issue #26619: Improves error message when installing on out-of-date Windows S...Steve Dower2016-09-09
|\|
| * Issue #26619: Improves error message when installing on out-of-date Windows S...Steve Dower2016-09-09
* | Adds MAX_PATH button to the installer.Steve Dower2016-09-08
|/
* Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect l...Steve Dower2015-12-02
* Only detects features from previous version when a bundle is found.Steve Dower2015-10-11
* Issue #25143: Improves installer error messages for unsupported platforms.Steve Dower2015-10-11
* Issue #25163: Display correct directory in installer when using non-default s...Steve Dower2015-10-11
* Issue #25089: Adds logging to installer for case where launcher is not select...Steve Dower2015-10-08
* Issue #25081: Makes Back button in installer go back to upgrade page when upg...Steve Dower2015-09-22
* Issue #25071: Windows installer should not require TargetDir parameter when i...Steve Dower2015-09-11
* Adds support for an unattend.xml file to control the Windows installer options.Steve Dower2015-07-18
* Adds option to install launcher for all users even when installing Python jus...Steve Dower2015-07-16
* Fixes installer rebuild, snapshot versioning, and the README.txt file.Steve Dower2015-07-08
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-08
* Closes 24584: Windows installer incorrectly detects CRT version on Windows 10Steve Dower2015-07-07
* Issue 24476: Statically links vcruntime140.dll and removes it from the installerSteve Dower2015-06-19
* Issue #24317: Makes Customize page default to installing per-user, and switch...Steve Dower2015-05-31
* Issue #24293: Adds mapping from explicit colours to system colours to correct...Steve Dower2015-05-31
* Issue #24293: Fixes installer colors to use system settings throughout.Steve Dower2015-05-26
* Fixes default per-user install precompiling the standard library.Steve Dower2015-05-15
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-03
* Update Windows installer for new CRT version.Steve Dower2015-05-02
* Updates Windows installer to promote per-user installs over all-users.Steve Dower2015-04-14
* Missing brace and minor formatting in Windows installerSteve Dower2015-03-24
* Fixes UI labels and ability to add/remove features.Steve Dower2015-03-24
* Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ...Steve Dower2015-03-24
* Issue #23619: Ensure C variable is initialized before using it.Steve Dower2015-03-09
* Updates CRT installation for Windows installer.Steve Dower2015-02-28
* Fix installer Back button going to wrong page when modifying.Steve Dower2015-02-11
* Issue #23260: Update Windows installerSteve Dower2015-02-05