diff --git a/drivers/windows/redist/vscruntimeinfo.nsh.sample b/drivers/windows/redist/vscruntimeinfo.nsh.sample index 3e74ab1..de2ab59 100644 --- a/drivers/windows/redist/vscruntimeinfo.nsh.sample +++ b/drivers/windows/redist/vscruntimeinfo.nsh.sample @@ -7,7 +7,7 @@ ;An list of the registry keys has been maintained here: https://stackoverflow.com/a/34209692/627525 -;Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.24123 -!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}" !define VCRuntimeSetupPath "redist\" !define VCRuntimeSetupFile "vc_redist.x86.exe" \ No newline at end of file