installer: Fixed VS2015 CRT DLL name.
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user