changeset: 97361:3cb97ffd9ddf branch: 3.5 parent: 97358:7cfe20a6395d user: Steve Dower date: Tue Aug 11 18:49:13 2015 -0700 files: Misc/NEWS Tools/msi/tcltk/tcltk.wixproj description: Issue #24847: Fixes tcltk installer layout of VC runtime DLL diff -r 7cfe20a6395d -r 3cb97ffd9ddf Misc/NEWS --- a/Misc/NEWS Mon Aug 10 20:57:37 2015 -0700 +++ b/Misc/NEWS Tue Aug 11 18:49:13 2015 -0700 @@ -13,6 +13,8 @@ Library ------- +- Issue #24847: Fixes tcltk installer layout of VC runtime DLL + - Issue #24839: platform._syscmd_ver raises DeprecationWarning What's New in Python 3.5.0 release candidate 1? diff -r 7cfe20a6395d -r 3cb97ffd9ddf Tools/msi/tcltk/tcltk.wixproj --- a/Tools/msi/tcltk/tcltk.wixproj Mon Aug 10 20:57:37 2015 -0700 +++ b/Tools/msi/tcltk/tcltk.wixproj Tue Aug 11 18:49:13 2015 -0700 @@ -28,9 +28,9 @@ tcltk_dlls - $(VCInstallDir)redist\$(Platform)\ - $(VCInstallDir)redist\$(Platform)\ - $(VCInstallDir)redist\$(Platform)\ + $(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\ + $(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\ + $(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\ DLLs\ tcltk_dlls