diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-22 18:22:57 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-22 22:58:55 +0200 |
commit | 1c08ea01f1d7b1f24b1e21cbbccfd736f74d53ac (patch) | |
tree | f3c24caa1ebc7f6ea1dbcf2f27cb6d28849715f4 /src/Setup/Setup.h | |
parent | 0d23312886b7787eb4b7de2d788b7de4d021e139 (diff) | |
download | VeraCrypt-1c08ea01f1d7b1f24b1e21cbbccfd736f74d53ac.tar.gz VeraCrypt-1c08ea01f1d7b1f24b1e21cbbccfd736f74d53ac.zip |
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.
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r-- | src/Setup/Setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
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",
|