summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle
Commit message (Expand)AuthorAgeFilesLines
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Steve Dower2023-05-311-3/+3
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-231-1/+1
* Trim trailing whitespace and test on CI (#104275)Hugo van Kemenade2023-05-082-2/+2
* gh-90989: Install Windows launcher per-user, and clarify some installer text ...Steve Dower2022-09-302-7/+7
* gh-97649: The Tools directory is no longer installed on Windows (GH-97653)Steve Dower2022-09-303-29/+1
* gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...Steve Dower2022-08-041-9/+29
* gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)Steve Dower2022-06-151-2/+10
* bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)Zackery Spytz2022-05-171-1/+0
* bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)Steve Dower2022-03-302-10/+6
* bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)Steve Dower2022-03-221-1/+1
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-071-1/+1
* bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles ...Steve Dower2022-03-042-38/+1
* bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)Steve Dower2022-02-283-11/+3
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-041-0/+0
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-287-34/+135
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-185-3/+29
* bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Crowthebird2021-12-031-1/+1
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-301-1/+1
* bpo-41526: Fixed layout of final page of the installer (GH-21871)Steve Dower2020-08-132-5/+3
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Steve Dower2020-07-284-69/+22
* 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-092-8/+25
* 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-093-70/+13
* bpo-31944: Fixes build and Modify button (#4278)Steve Dower2017-11-042-3/+4
* Issue #28846: Various installer fixesSteve Dower2016-12-031-2/+4
|\
| * Issue #28846: Various installer fixesSteve Dower2016-12-031-2/+4
* | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-172-12/+2
|\ \ | |/
| * Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-172-12/+2
* | 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-092-18/+50
|\ \ | |/
| * Issue #26619: Improves error message when installing on out-of-date Windows S...Steve Dower2016-09-092-18/+50
* | Adds MAX_PATH button to the installer.Steve Dower2016-09-083-89/+76
* | Issue #27756: Adds new icons for Python files and processes on Windows. Desig...Steve Dower2016-09-052-1/+1
|/
* 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-025-103/+132
* Fixes upload directories for Windows installer.Steve Dower2015-11-231-1/+1
* Fixes installer not allowing launcher to be selected.Steve Dower2015-11-091-3/+3
* Improves handling of test markers for building Python without intefering with...Steve Dower2015-10-313-10/+27
* Issue #25164: Changes default all-users install directory to match per-user d...Steve Dower2015-10-143-19/+21
* Keeps all-users launcher checkbox visible when the option cannot be changed.Steve Dower2015-10-121-2/+2
* Only detects features from previous version when a bundle is found.Steve Dower2015-10-123-3/+16
* Issue #25143: Improves installer error messages for unsupported platforms.Steve Dower2015-10-114-1/+44
* Issue #25163: Display correct directory in installer when using non-default s...Steve Dower2015-10-113-24/+38
* Issue #25089: Adds logging to installer for case where launcher is not select...Steve Dower2015-10-081-0/+7
* Improves support for building unofficial versions of the Windows installer.Steve Dower2015-10-016-22/+61
* Issue #25102: Windows installer does not precompile for -O or -OO.Steve Dower2015-09-222-5/+48