summaryrefslogtreecommitdiffstats
path: root/Tools/msi/buildrelease.bat
Commit message (Collapse)AuthorAgeFilesLines
* gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have ↵adang13452022-09-121-1/+3
| | | | matching UUIDs with official releases (GH-96755)
* bpo-46744: Support "-Win32" and make platform flags case insensitive in ↵conioh2022-08-251-21/+22
| | | | Windows build scripts. (GH-31803)
* bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)Steve Dower2022-03-221-1/+1
|
* bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit ↵Steve Dower2022-03-161-14/+15
| | | | code when part of the build fails (GH-31921)
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-281-17/+35
| | | Also makes a few general improvements to the build process and removes some dead code.
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-301-1/+1
|
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-1/+1
|
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-4/+9
| | | Also adds the PC/layout script for generating layouts on Windows.
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-9/+4
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-4/+9
|
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
|
* Fix build batch files (#2750)Steve Dower2017-07-261-3/+4
| | | | | | | | | | * Enable building MSI, zip and nuget packages when Py_OutDir is set. * Restore the --build option, which got reverted at some point. * Ensure output directory is created. * Enables BuildForDaily and DailyBuildVersion options for nuget package.
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-3/+0
| | | Updates ssl and tkinter projects to use pre-built externals
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵Steve Dower2017-06-191-7/+8
| | | | | | vcvarsall.bat (#2252) * Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat Also fixes bdist_wininst.vcxproj to use correct version in generated name.
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-235/+235
| | | Updates checked-in line endings on several files.
* bpo-27593: Updates Windows build to use information from git (#262)Steve Dower2017-03-041-2/+2
| | | | * bpo-27593: Updates Windows build to use information from git
* Issue #28846: Various installer fixesSteve Dower2016-12-031-4/+4
|\
| * Issue #28846: Various installer fixesSteve Dower2016-12-031-4/+4
| |\
| | * Issue #28846: Various installer fixesSteve Dower2016-12-031-3/+4
| | |
* | | Issue #28573: Missing sys._mercurial info and other build issues.Steve Dower2016-11-221-3/+16
|\ \ \ | |/ /
| * | Issue #28573: Missing sys._mercurial info and other build issues.Steve Dower2016-11-221-3/+16
| | |
* | | Issue #28573: Fixes issue with nested if blocksSteve Dower2016-11-151-6/+6
|\ \ \ | |/ /
| * | Issue #28573: Fixes issue with nested if blocksSteve Dower2016-11-151-6/+6
| | |
* | | Fixes incorrect mergeSteve Dower2016-11-151-5/+0
| | |
* | | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-151-28/+9
|\ \ \ | |/ /
| * | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-151-36/+9
| | |
* | | Merge from 3.6Steve Dower2016-10-271-7/+24
|\ \ \ | |/ /
| * | Merge from 3.5Steve Dower2016-10-271-7/+24
| |\ \ | | |/
| | * Updates release build to collect symbols and binaries, and create nuget package.Steve Dower2016-10-271-7/+23
| | |
| | * Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-3/+4
| | |
* | | Fix launcher.msi from rebuilding during release build.Steve Dower2016-10-101-1/+8
|\ \ \ | |/ /
| * | Fix launcher.msi from rebuilding during release build.Steve Dower2016-10-101-1/+8
| | |
* | | Fixes bad merge for issue #28110Steve Dower2016-09-171-0/+1
|\ \ \ | |/ /
| * | Fixes bad merge for issue #28110Steve Dower2016-09-171-0/+1
| | |
* | | Remove pybench microbenchmarkVictor Stinner2016-09-131-7/+4
|/ / | | | | | | Issue #15369. Please use the new "performance" benchmark suite.
* | Make PGO use usual build directory on Windows.Steve Dower2016-09-121-8/+1
| |
* | Prevent PGO build for x86 releases.Steve Dower2016-09-091-0/+1
| |
* | Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-071-3/+5
|/
* Fixes unnecessary rebuild when building Windows releases with PGOSteve Dower2016-05-171-1/+1
|
* Moves Windows installer externals onto SVN and updates the build process to ↵Steve Dower2015-10-231-3/+5
| | | | grab them automatically.
* Enabled --pgo option for building 64-bit PGO enabled releases.Steve Dower2015-10-141-8/+53
|
* Improves support for building unofficial versions of the Windows installer.Steve Dower2015-10-011-14/+29
|
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-091-1/+1
| | | | to Windows installation.
* Replaces use of WinRAR to generate ZIP file with Python scriptSteve Dower2015-05-031-8/+1
|
* Generates and signs a self-extracting executable containing an embedded Python.Steve Dower2015-04-141-0/+9
|
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-163/+163
|
* Add scripts for uploading Windows builds to a Linux server using pscpSteve Dower2015-03-051-0/+1
|
* Improve Windows release scriptsSteve Dower2015-02-081-14/+37
|
* Adds automated test script for the Windows installer and fixes download URLSteve Dower2015-02-071-0/+6
|
* Require Mercurial on PATH when building a Windows release.Steve Dower2015-02-061-0/+3
| | | | Without it, we will generate invalid build information for sys.version