changeset: 103901:f0fbb09e2d90 branch: 3.6 parent: 103898:b5a08d5db05b parent: 103900:13001cf82931 user: Steve Dower date: Sat Sep 17 16:13:59 2016 -0700 files: Misc/NEWS Tools/msi/buildrelease.bat description: Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit diff -r b5a08d5db05b -r f0fbb09e2d90 Misc/NEWS --- a/Misc/NEWS Sun Sep 18 01:07:30 2016 +0300 +++ b/Misc/NEWS Sat Sep 17 16:13:59 2016 -0700 @@ -71,6 +71,9 @@ Windows ------- +- Issue #28110: launcher.msi has different product codes between 32-bit and + 64-bit + - Issue #28161: Opening CON for write access fails - Issue #28162: WindowsConsoleIO readall() fails if first line starts with diff -r b5a08d5db05b -r f0fbb09e2d90 Tools/msi/bundle/bundle.targets --- a/Tools/msi/bundle/bundle.targets Sun Sep 18 01:07:30 2016 +0300 +++ b/Tools/msi/bundle/bundle.targets Sat Sep 17 16:13:59 2016 -0700 @@ -87,16 +87,6 @@ - - - - - diff -r b5a08d5db05b -r f0fbb09e2d90 Tools/msi/bundle/packagegroups/launcher.wxs --- a/Tools/msi/bundle/packagegroups/launcher.wxs Sun Sep 18 01:07:30 2016 +0300 +++ b/Tools/msi/bundle/packagegroups/launcher.wxs Sat Sep 17 16:13:59 2016 -0700 @@ -4,7 +4,7 @@ $(OutputPath)\en-us\$(TargetName)$(TargetExt) rmdir /q/s "$(IntermediateOutputPath)\zip_$(ArchName)" "$(PythonExe)" "$(MSBuildThisFileDirectory)\make_zip.py" - $(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -b "$(OutDir.TrimEnd('\'))" + $(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -a "$(ArchName)" set DOC_FILENAME=python$(PythonVersion).chm set VCREDIST_PATH=$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.CRT