win32: Fix installer
This commit is contained in:
parent
7f1ee9dad0
commit
1d8dd50455
@ -225,7 +225,7 @@ end;
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
function CheckVCInstall(): Boolean;
|
||||
begin
|
||||
Result := FileExists(GetSysDir() + 'msvcr120.dll');;
|
||||
Result := FileExists(GetSysDir() + 'msvcr140.dll');;
|
||||
end;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user