Skip to content

Commit 356d0e1

Browse files
committed
fix vc redist runtime install detection
1 parent 1265aaa commit 356d0e1

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-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}"
10+
;Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.24.28127
11+
!define VCRuntimeRegKey "Installer\Dependencies\VC,redist.x86,x86,14.24,bundle"
1212
!define VCRuntimeSetupPath "redist\"
1313
!define VCRuntimeSetupFile "vc_redist.x86.exe"

0 commit comments

Comments
 (0)