Revert "Installer: Add check for supported Windows version"

This commit is contained in:
sweed 2019-02-12 18:37:34 +02:00 committed by GitHub
commit 84870d0462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1163,13 +1163,6 @@ begin
Exit;
end;
if not CheckWin32Version(6,0) then
begin
Writeln('[-] Unsupported Windows version:');
Writeln(' only >= 6.0 (Vista, Server 2008 and newer) are supported.');
Exit;
end;
if not SupportedArchitecture then
begin
Writeln('[-] Unsupported processor architecture.');