diff options
author | Larry Hastings <larry@hastings.org> | 2015-09-09 13:52:38 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-09-09 13:52:38 (GMT) |
commit | ded28e386349f9cd3cb883d9873d9d10ffabe86f (patch) | |
tree | ff4d62f3abd0779b524358d3a3f0e1d96bda8237 /Tools/msi/exe | |
parent | f03d50c5da227fe1066f2ce9692e4c5590a8b868 (diff) | |
parent | 03728fac15204428ac4282710944170cb8f0b613 (diff) | |
download | cpython-ded28e386349f9cd3cb883d9873d9d10ffabe86f.zip cpython-ded28e386349f9cd3cb883d9873d9d10ffabe86f.tar.gz cpython-ded28e386349f9cd3cb883d9873d9d10ffabe86f.tar.bz2 |
Merge Python 3.5.0rc4 back to hg.python.org.
Diffstat (limited to 'Tools/msi/exe')
-rw-r--r-- | Tools/msi/exe/exe_files.wxs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/msi/exe/exe_files.wxs b/Tools/msi/exe/exe_files.wxs index 3b5fce4..9e47b5d 100644 --- a/Tools/msi/exe/exe_files.wxs +++ b/Tools/msi/exe/exe_files.wxs @@ -29,6 +29,9 @@ <Component Id="pythonw.exe" Directory="InstallDirectory" Guid="$(var.PythonwExeComponentGuid)"> <File Name="pythonw.exe" KeyPath="yes" /> </Component> + <Component Id="vcruntime140.dll" Directory="InstallDirectory" Guid="*"> + <File Name="vcruntime140.dll" Source="!(bindpath.redist)vcruntime140.dll" KeyPath="yes" /> + </Component> </ComponentGroup> </Fragment> |