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