Skip to content

Commit

Permalink
CodeDependencies: Bump VC2015+ redist version to 14.42.34433.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Nov 13, 2024
1 parent 3e27a80 commit fc85265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .iss/CodeDependencies.iss
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ var
begin
RegResult := RegQueryStringValue(HKEY_LOCAL_MACHINE,'SOFTWARE\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\' + Dependency_String('X86', 'X64'), 'Version', VcRuntimeVersion);
if RegResult then
IsProductInstalled := (VcRuntimeVersion = 'v14.40.33816.00')
IsProductInstalled := (VcRuntimeVersion = 'v14.42.34433.00')
else
IsProductInstalled := False;
Expand Down

0 comments on commit fc85265

Please sign in to comment.