summaryrefslogtreecommitdiffstats
path: root/Tools/msi/make_zip.proj
Commit message (Collapse)AuthorAgeFilesLines
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-4/+5
| | | 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-5/+4
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-4/+5
|
* Fix build batch files (#2750)Steve Dower2017-07-261-1/+2
| | | | | | | | | | * 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.
* Takes vcruntime140.dll from the correct source. (#679)Steve Dower2017-03-161-6/+3
|
* Issue #28846: Various installer fixesSteve Dower2016-12-031-1/+1
|\
| * Issue #28846: Various installer fixesSteve Dower2016-12-031-2/+2
| |
* | Revert incorrect file merge from 3.5.Steve Dower2016-10-271-1/+1
|/
* Updates release build to collect symbols and binaries, and create nuget package.Steve Dower2016-10-271-1/+1
|
* Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-1/+1
|
* Fixes use of Py_IntDir and Py_OutDir to control build directories.Steve Dower2016-07-161-1/+1
|
* Closes #25085 and #25086: Exclude distutils and test directories from ↵Steve Dower2015-09-221-0/+2
| | | | embeddable distro.
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-091-1/+2
| | | | to Windows installation.
* Prevents attempt to sign ZIP file when building embeddable version.Steve Dower2015-05-241-0/+1
|
* Replaces use of WinRAR to generate ZIP file with Python scriptSteve Dower2015-05-031-1/+0
|
* Makes embedded distribution a plain ZIP file and corrects pyd exclusion.Steve Dower2015-05-021-1/+2
|
* Generates and signs a self-extracting executable containing an embedded Python.Steve Dower2015-04-141-0/+37