We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d0238 commit 1265aaaCopy full SHA for 1265aaa
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 Redistributable (x86) - 14.0.24123
11
-!define VCRuntimeRegKey "SOFTWARE\Classes\Installer\Dependencies\{206898cc-4b41-4d98-ac28-9f9ae57f91fe}"
+;Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.22.27821
+!define VCRuntimeRegKey "HKEY_CLASSES_ROOT\Installer\Dependencies\VC,redist.x86,x86,14.22,bundle\Dependents\{5bfc1380-fd35-4b85-9715-7351535d077e}"
12
!define VCRuntimeSetupPath "redist\"
13
!define VCRuntimeSetupFile "vc_redist.x86.exe"
0 commit comments