Skip to content

Commit 2afb995

Browse files
committed
Bump version of Microsoft Visual C++ 2015 Redistributable
1 parent c3fce93 commit 2afb995

14 files changed

+22
-7
lines changed

setup/make-win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ call poetry run python setup.py py2exe
1111
)
1212

1313
@echo Copying in C runtime DLL...
14-
copy media\vcruntime140.dll dist\vcruntime140.dll
14+
copy media\vcruntime140\*.dll dist\
1515

1616
@echo Built files:
1717
dir dist
Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
Obtain a copy of the "vcruntime140.dll" by downloading `vc_redist.x86.exe` from
2-
Microsoft Visual C++ 2015 Redistributable Update 3 RC [1] and installing it.
1+
Obtain a copy of the "vcruntime140" DLLs by:
2+
3+
1. Downloading `vc_redist.x86.exe` from Microsoft Visual C++ 2015 Redistributable [1] and installing it.
4+
5+
2. Run the installer in the Command Prompt with the /install and /log switches to run the installer and output log files.
6+
7+
3. Look in the log file named with a suffix similar to:
8+
log_000_vcRuntimeMinimum_x86.txt
9+
for lines containing fragments like:
10+
KeyPath=C:\WINDOWS\SysWOW64\vcruntime140.dll
11+
Copy all of these referenced files inside the "vcruntime140" directory
12+
beside this text file.
313

4-
Then copy out C:\Windows\system32\vcruntime140_clr0400.dll to this directory
5-
and rename it to "vcruntime140.dll".
6-
7-
[1]: https://www.microsoft.com/en-us/download/details.aspx?id=52685
14+
[1]: https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170

setup/media/vcruntime140.dll

-85.3 KB
Binary file not shown.
244 KB
Binary file not shown.
428 KB
Binary file not shown.
22.4 KB
Binary file not shown.
165 KB
Binary file not shown.
52.4 KB
Binary file not shown.
19.4 KB
Binary file not shown.
347 KB
Binary file not shown.

0 commit comments

Comments
 (0)