summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* gh-124487: Updated installer messages and internal docs regarding minimum Win...Wulian2024-10-011-2/+2
* gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)Steve Dower2024-09-301-5/+6
* gh-124102: Update internal PCbuild docs to accurately list build dependencies...Wulian2024-09-231-3/+0
* gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...Steve Dower2024-09-231-0/+1
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Steve Dower2024-04-291-4/+4
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Steve Dower2024-03-011-71/+128
* Trim trailing whitespace and test on CI (#104275)Hugo van Kemenade2023-05-082-2/+2
* gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...Steve Dower2022-08-041-9/+29
* bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles ...Steve Dower2022-03-041-34/+0
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-282-6/+39
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-181-0/+1
* bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Crowthebird2021-12-031-1/+1
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Steve Dower2020-07-281-43/+13
* bpo-41070: Simplify pyshellext.dll build (GH-21037)Nikita Nemkin2020-06-231-0/+5
* 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 d...Steve Dower2019-09-091-6/+24
* bpo-36085: Add installer check for KB2533625 (GH-12636)Steve Dower2019-03-311-4/+26
* bpo-34217: Use lowercase for windows headers (GH-8472)Erik Janssens2018-08-161-1/+1
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-091-32/+0
* bpo-31944: Fixes build and Modify button (#4278)Steve Dower2017-11-041-2/+4
* 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 S...Steve Dower2016-09-091-18/+40
|\ \ | |/
| * Issue #26619: Improves error message when installing on out-of-date Windows S...Steve Dower2016-09-091-18/+40
* | Adds MAX_PATH button to the installer.Steve Dower2016-09-081-86/+69
|/
* Fixes use of Py_IntDir and Py_OutDir to control build directories.Steve Dower2016-07-161-1/+1
* Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect l...Steve Dower2015-12-021-98/+123
* Only detects features from previous version when a bundle is found.Steve Dower2015-10-121-2/+14
* Issue #25143: Improves installer error messages for unsupported platforms.Steve Dower2015-10-112-0/+33
* Issue #25163: Display correct directory in installer when using non-default s...Steve Dower2015-10-111-22/+36
* Issue #25089: Adds logging to installer for case where launcher is not select...Steve Dower2015-10-081-0/+7
* Issue #25081: Makes Back button in installer go back to upgrade page when upg...Steve Dower2015-09-221-0/+5
* Issue #25071: Windows installer should not require TargetDir parameter when i...Steve Dower2015-09-111-0/+30
* 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 jus...Steve Dower2015-07-161-28/+74
* 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-092-85/+274
* 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 switch...Steve Dower2015-05-311-0/+6
* Issue #24293: Adds mapping from explicit colours to system colours to correct...Steve Dower2015-05-311-5/+52
* 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
* Issue #23619: Ensure C variable is initialized before using it.Steve Dower2015-03-091-2/+1