We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1265aaa commit 356d0e1Copy full SHA for 356d0e1
drivers/windows/redist/vscruntimeinfo.nsh.sample
@@ -7,7 +7,7 @@
7
;An list of the registry keys has been maintained here: https://stackoverflow.com/a/34209692/627525
8
9
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}"
+;Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.24.28127
+!define VCRuntimeRegKey "Installer\Dependencies\VC,redist.x86,x86,14.24,bundle"
12
!define VCRuntimeSetupPath "redist\"
13
!define VCRuntimeSetupFile "vc_redist.x86.exe"
0 commit comments