From 84870d0462145a5b5e1feb26a4c2a8034bcbd628 Mon Sep 17 00:00:00 2001 From: sweed <47565973+ahmedsweed@users.noreply.github.com> Date: Tue, 12 Feb 2019 18:37:34 +0200 Subject: [PATCH] Revert "Installer: Add check for supported Windows version" --- src-installer/RDPWInst.dpr | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src-installer/RDPWInst.dpr b/src-installer/RDPWInst.dpr index 6c95f3f..3e2226f 100644 --- a/src-installer/RDPWInst.dpr +++ b/src-installer/RDPWInst.dpr @@ -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.');