summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msi.props
Commit message (Collapse)AuthorAgeFilesLines
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-1/+2
|
* bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)Steve Dower2019-06-061-2/+3
|
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-091-6/+3
|
* bpo-31523: Reliability improvements to the Windows build files (#3900)Steve Dower2017-10-051-1/+1
|
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
|
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-091-2/+2
|
* Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-101-0/+2
|
* Issue #27610: Adds PEP 514 metadata to Windows installerSteve Dower2016-07-251-0/+9
|
* Fixes use of Py_IntDir and Py_OutDir to control build directories.Steve Dower2016-07-161-1/+7
|
* Removes versioning from py.exe launcher installer and ensures that old ↵Steve Dower2016-05-181-2/+2
| | | | launchers are replaced by newer ones.
* Improves handling of test markers for building Python without intefering ↵Steve Dower2015-10-311-6/+2
| | | | with actual installs.
* Moves Windows installer externals onto SVN and updates the build process to ↵Steve Dower2015-10-231-1/+1
| | | | grab them automatically.
* Enabled --pgo option for building 64-bit PGO enabled releases.Steve Dower2015-10-141-1/+4
|
* Improves support for building unofficial versions of the Windows installer.Steve Dower2015-10-011-5/+9
|
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-091-0/+3
| | | | to Windows installation.
* 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.
* Fixes installer rebuild, snapshot versioning, and the README.txt file.Steve Dower2015-07-091-3/+8
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-4/+2
| | | | | | 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.
* Fixes Python failing to run during Windows release buildSteve Dower2015-05-021-1/+3
|
* Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵Steve Dower2015-03-251-6/+7
| | | | and fixes test script.
* Issue #23612: Fixes upgrade code and version for Windows installer.Steve Dower2015-03-081-2/+2
|
* Updates CRT installation for Windows installer.Steve Dower2015-03-011-7/+6
| | | | Bundling versions of the CRT prior to 14.0 is no longer supported.
* Improve Windows release scriptsSteve Dower2015-02-081-1/+0
|
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+161