installer: Fixed VS2015 CRT DLL name.
This commit is contained in:
parent
26d3461f46
commit
eab580408c
@ -225,7 +225,7 @@ end;
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
function CheckVCInstall(): Boolean;
|
||||
begin
|
||||
Result := FileExists(GetSysDir() + 'msvcr140.dll');;
|
||||
Result := FileExists(GetSysDir() + 'vcruntime140.dll');;
|
||||
end;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user