]> granicus.if.org Git - python/commitdiff
Issue #28846: Various installer fixes
authorSteve Dower <steve.dower@microsoft.com>
Sat, 3 Dec 2016 19:24:02 +0000 (11:24 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 3 Dec 2016 19:24:02 +0000 (11:24 -0800)
1  2 
PCbuild/build.bat
Tools/msi/buildrelease.bat
Tools/msi/bundle/bundle.wxs
Tools/msi/make_zip.proj
Tools/nuget/make_pkg.proj

Simple merge
Simple merge
Simple merge
index d2e031f6b6aba14a6afd6602582a1af30c5d4153,1af6dd2868a1b9e4ecb2db3d1cdedb10fa192349..f78e6ffa28fb72dce40348b18996e39e0f50ded3
          <SignOutput>false</SignOutput>
          <TargetName>python-$(PythonVersion)-embed-$(ArchName)</TargetName>
          <TargetExt>.zip</TargetExt>
-         <TargetPath>$(OutputPath)\en-us\$(TargetName)$(TargetExt)</TargetPath>
+         <TargetPath>$(OutputPath)\$(TargetName)$(TargetExt)</TargetPath>
          <CleanCommand>rmdir /q/s "$(IntermediateOutputPath)\zip_$(ArchName)"</CleanCommand>
          <Arguments>"$(PythonExe)" "$(MSBuildThisFileDirectory)\make_zip.py"</Arguments>
 -        <Arguments>$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -b "$(BuildPath.TrimEnd('\'))"</Arguments>
 +        <Arguments>$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -a $(ArchName)</Arguments>
          <Environment>set DOC_FILENAME=python$(PythonVersion).chm
  set VCREDIST_PATH=$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.CRT</Environment>
      </PropertyGroup>
Simple merge