summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle/packagegroups
Commit message (Collapse)AuthorAgeFilesLines
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Steve Dower2024-04-291-2/+2
|
* gh-112984 Update Windows build and installer for free-threaded builds ↵Steve Dower2024-01-171-0/+62
| | | | (GH-113129)
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-231-1/+1
| | | | | | | | | * Remove the Tools/scripts/2to3 script. * Remove the Lib/test/test_lib2to3/ directory. * Doc/tools/extensions/pyspecific.py: remove the "2to3fixer" object type. * Makefile and PC/layout/main.py no longer compile lib2to3 grammar files. * Update Makefile for 2to3 removal.
* gh-97649: The Tools directory is no longer installed on Windows (GH-97653)Steve Dower2022-09-301-26/+0
|
* gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)Steve Dower2022-06-151-2/+10
|
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-181-1/+22
| | | The option must be enabled from the command line
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Steve Dower2020-07-281-2/+2
| | | | | 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-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-091-38/+12
|
* Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-2/+2
|
* Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵Steve Dower2015-12-021-2/+2
| | | | logic for launcher detection.
* Issue #25164: Changes default all-users install directory to match per-user ↵Steve Dower2015-10-142-14/+14
| | | | directory.
* Improves support for building unofficial versions of the Windows installer.Steve Dower2015-10-014-19/+55
|
* Issue #25102: Windows installer does not precompile for -O or -OO.Steve Dower2015-09-221-5/+46
|
* Adds option to only install the launcher.Steve Dower2015-07-1810-46/+46
|
* Adds option to install launcher for all users even when installing Python ↵Steve Dower2015-07-161-2/+2
| | | | | | | 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.
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-099-0/+42
| | | | | | 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.
* Ignore user environment/site-packages for ensurepip and compile_allSteve Dower2015-07-041-1/+1
| | | | | Remove build condition to prevent old strings hanging around Add -h option to build.bat
* Issue 24476: Statically links vcruntime140.dll and removes it from the installerSteve Dower2015-06-191-19/+0
|
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-032-0/+4
|
* Updates CRT installation for Windows installer.Steve Dower2015-03-011-0/+43
| | | | Bundling versions of the CRT prior to 14.0 is no longer supported.
* Issue #23260: Update Windows installerSteve Dower2015-02-0611-0/+484