Skip to content

Commit

Permalink
update vc redist runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjhogan committed Dec 29, 2019
1 parent 33d0238 commit 1265aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/windows/redist/vscruntimeinfo.nsh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1265aaa

Please sign in to comment.