From 356d0e11ad31059c86646d5fea89fc449c56d9f9 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Sun, 29 Dec 2019 03:30:56 -0800 Subject: [PATCH] fix vc redist runtime install detection --- drivers/windows/redist/vscruntimeinfo.nsh.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/windows/redist/vscruntimeinfo.nsh.sample b/drivers/windows/redist/vscruntimeinfo.nsh.sample index de2ab59..f23968d 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-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}" +;Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.24.28127 +!define VCRuntimeRegKey "Installer\Dependencies\VC,redist.x86,x86,14.24,bundle" !define VCRuntimeSetupPath "redist\" !define VCRuntimeSetupFile "vc_redist.x86.exe" \ No newline at end of file