installer: Fixed VS2015 CRT DLL name.

This commit is contained in:
Arnavion 2015-11-26 00:05:38 -08:00
parent 26d3461f46
commit eab580408c
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ end;
/////////////////////////////////////////////////////////////////////
function CheckVCInstall(): Boolean;
begin
Result := FileExists(GetSysDir() + 'msvcr140.dll');;
Result := FileExists(GetSysDir() + 'vcruntime140.dll');;
end;
/////////////////////////////////////////////////////////////////////