From 1c08ea01f1d7b1f24b1e21cbbccfd736f74d53ac Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 22 May 2015 18:22:57 +0200 Subject: Windows Setup: Integrate 64-bit builds of exe files into the installer. Only install 64-bit exe files on Windows 64-bit. This gives a boot in performance for encryption/decryption of partitions/drives on Windows 64-bit. --- src/Setup/Setup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Setup/Setup.h') diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index d2fb6c7b..5852f058 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -75,6 +75,9 @@ static char *szCompressedFiles[]= "VeraCrypt.exe", "VeraCryptExpander.exe", "VeraCrypt Format.exe", + "VeraCrypt-x64.exe", + "VeraCryptExpander-x64.exe", + "VeraCrypt Format-x64.exe", "veracrypt.sys", "veracrypt-x64.sys", "Language.ar.xml", -- cgit v1.2.3