summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle/packagegroups
Commit message (Collapse)AuthorAgeFilesLines
* 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