VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SetupDLL/Setup.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/SetupDLL/Setup.c b/src/SetupDLL/Setup.c
index 157ab323..4aec04f9 100644
--- a/src/SetupDLL/Setup.c
+++ b/src/SetupDLL/Setup.c
@@ -2249,14 +2249,6 @@ BOOL InitDll (MSIHANDLE hInstaller)
SetUnhandledExceptionFilter (ExceptionHandler);
_set_invalid_parameter_handler (InvalidParameterHandler);
RemoteSession = GetSystemMetrics (SM_REMOTESESSION) != 0;
-
- // OS version check: from version 1.25, only Windows XP, Windows 10 and Windows 11 are supported because of new driver signing requirements
- if (!IsOSVersionAtLeast(WIN_10, 0))
- {
- MSILogAndShow (hInstaller, MSI_ERROR_LEVEL, GetString("UNSUPPORTED_OS"));
- bOK = FALSE;
- goto end;
- }
end:
MSILog(hInstaller, MSI_INFO_LEVEL, L"End InitDll");