mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-11 08:20:17 +00:00
installer: Fixed VS2015 CRT DLL name.
This commit is contained in:
@@ -225,7 +225,7 @@ end;
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
function CheckVCInstall(): Boolean;
|
||||
begin
|
||||
Result := FileExists(GetSysDir() + 'msvcr140.dll');;
|
||||
Result := FileExists(GetSysDir() + 'vcruntime140.dll');;
|
||||
end;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user