diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-12 01:51:00 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-12 01:51:00 (GMT) |
commit | 2dc5fd2fa8597a5f2307960ae0021cfc74ccc6cf (patch) | |
tree | cb627f664ab6161702e84b4a91fa792358959a54 /Tools | |
parent | df395991f6341be037a5c6df9b14d924d5ac9e95 (diff) | |
parent | 9b8a1fa0235cd48bb8acf446db70b26cca9f21a2 (diff) | |
download | cpython-2dc5fd2fa8597a5f2307960ae0021cfc74ccc6cf.zip cpython-2dc5fd2fa8597a5f2307960ae0021cfc74ccc6cf.tar.gz cpython-2dc5fd2fa8597a5f2307960ae0021cfc74ccc6cf.tar.bz2 |
Issue #24847: Fixes tcltk installer layout of VC runtime DLL
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/tcltk/tcltk.wixproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/msi/tcltk/tcltk.wixproj b/Tools/msi/tcltk/tcltk.wixproj index e1addd9..d576a41 100644 --- a/Tools/msi/tcltk/tcltk.wixproj +++ b/Tools/msi/tcltk/tcltk.wixproj @@ -28,9 +28,9 @@ <Group>tcltk_dlls</Group> </InstallFiles> <InstallFiles Include="$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\vcruntime$(PlatformToolset.Substring(1)).dll"> - <SourceBase>$(VCInstallDir)redist\$(Platform)\</SourceBase> - <Source>$(VCInstallDir)redist\$(Platform)\</Source> - <TargetBase>$(VCInstallDir)redist\$(Platform)\</TargetBase> + <SourceBase>$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</SourceBase> + <Source>$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</Source> + <TargetBase>$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</TargetBase> <Target_>DLLs\</Target_> <Group>tcltk_dlls</Group> </InstallFiles> |