From 516fda09a7be48be29a0722aab490b9286e41e73 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 11 Jul 2014 13:17:31 +0200 Subject: Remove test inherited from TrueCrypt because it's always true since we inherited from version 0x71a --- src/Setup/Setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Setup') diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c index 9603eec2..e41642f8 100644 --- a/src/Setup/Setup.c +++ b/src/Setup/Setup.c @@ -958,7 +958,7 @@ BOOL DoDriverUnload (HWND hwndDlg) } catch (...) { } - if (bUninstallInProgress && driverVersion >= 0x500 && !bootEnc.GetStatus().DriveMounted) + if (bUninstallInProgress && !bootEnc.GetStatus().DriveMounted) { try { bootEnc.RegisterFilterDriver (false, BootEncryption::DriveFilter); } catch (...) { } try { bootEnc.RegisterFilterDriver (false, BootEncryption::VolumeFilter); } catch (...) { } -- cgit v1.2.3