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