From 3f3a567782634f0759a58a68371563a8aaf39bb0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 16 Apr 2018 09:49:30 +0200 Subject: Windows: during install, copy the 64-bit driver if we are running on 64-bit windows --- src/Setup/Setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c index 5f2cea19..f6ea93fe 100644 --- a/src/Setup/Setup.c +++ b/src/Setup/Setup.c @@ -742,7 +742,7 @@ BOOL DoFilesInstall (HWND hwndDlg, wchar_t *szDestDir) curFileName [wcslen (szFiles[i]) - 1] = 0; if (Is64BitOs () - && wcscmp (szFiles[i], L"Dveracrypt.sys") == 0) + && ((wcscmp (szFiles[i], L"Dveracrypt.sys") == 0) || (wcscmp (szFiles[i], L"Averacrypt.sys") == 0))) { StringCbCopyNW (curFileName, sizeof(curFileName), FILENAME_64BIT_DRIVER, sizeof (FILENAME_64BIT_DRIVER)); } -- cgit v1.2.3