Skip to content

Commit 1265aaa

Browse files
committed
update vc redist runtime
1 parent 33d0238 commit 1265aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/windows/redist/vscruntimeinfo.nsh.sample

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;An list of the registry keys has been maintained here: https://stackoverflow.com/a/34209692/627525
88

99

10-
;Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.24123
11-
!define VCRuntimeRegKey "SOFTWARE\Classes\Installer\Dependencies\{206898cc-4b41-4d98-ac28-9f9ae57f91fe}"
10+
;Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.22.27821
11+
!define VCRuntimeRegKey "HKEY_CLASSES_ROOT\Installer\Dependencies\VC,redist.x86,x86,14.22,bundle\Dependents\{5bfc1380-fd35-4b85-9715-7351535d077e}"
1212
!define VCRuntimeSetupPath "redist\"
1313
!define VCRuntimeSetupFile "vc_redist.x86.exe"

0 commit comments

Comments
 (0)