summaryrefslogtreecommitdiff
path: root/Tools/msi/msi.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-08 21:39:01 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-09-08 21:39:01 -0700
commitbe3e94a3ac84c4b4149463e18c6dec6588ef5039 (patch)
tree710b23bd9ad5fa4c1aebad57dd7c2e32997bff4b /Tools/msi/msi.props
parentef0c5807300dcd0fabd7b8c8eff57c3387dae6cc (diff)
downloadcpython-be3e94a3ac84c4b4149463e18c6dec6588ef5039.tar.gz
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation.
Diffstat (limited to 'Tools/msi/msi.props')
-rw-r--r--Tools/msi/msi.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/msi/msi.props b/Tools/msi/msi.props
index 29be129328..cc52c7ae5c 100644
--- a/Tools/msi/msi.props
+++ b/Tools/msi/msi.props
@@ -118,6 +118,9 @@
<LinkerBindInputPaths Include="$(CRTRedist)" Condition="'$(CRTRedist)' != ''">
<BindName>redist</BindName>
</LinkerBindInputPaths>
+ <LinkerBindInputPaths Include="$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.CRT">
+ <BindName>redist</BindName>
+ </LinkerBindInputPaths>
</ItemGroup>
<Target Name="_ValidateMsiProps" BeforeTargets="PrepareForBuild">