mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-22 06:13:46 -07:00
Revert "Installer: Add check for supported Windows version"
This commit is contained in:
parent
a5c64a4331
commit
84870d0462
1 changed files with 0 additions and 7 deletions
|
@ -1163,13 +1163,6 @@ begin
|
||||||
Exit;
|
Exit;
|
||||||
end;
|
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
|
if not SupportedArchitecture then
|
||||||
begin
|
begin
|
||||||
Writeln('[-] Unsupported processor architecture.');
|
Writeln('[-] Unsupported processor architecture.');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue