diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-06 18:58:41 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-06 20:31:07 +0200 |
commit | 13bfb2db5952703de6759393fc96b8a0539da7a1 (patch) | |
tree | 66a63e91cf26372069c67f20bfe83071226d69bf /src/Setup/Setup.h | |
parent | e445863ae477b36ed2831591e3e414685aab2785 (diff) | |
download | VeraCrypt-13bfb2db5952703de6759393fc96b8a0539da7a1.tar.gz VeraCrypt-13bfb2db5952703de6759393fc96b8a0539da7a1.zip |
Windows: Installer and Traveler Disk Setup both always copy 32-bit and 64-bit executable binaries.
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r-- | src/Setup/Setup.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index c7ccc293..99a60615 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -28,6 +28,12 @@ static char *szFiles[]= "AVeraCrypt.exe",
"AVeraCryptExpander.exe",
"AVeraCrypt Format.exe",
+ "AVeraCrypt-x86.exe",
+ "AVeraCryptExpander-x86.exe",
+ "AVeraCrypt Format-x86.exe",
+ "AVeraCrypt-x64.exe",
+ "AVeraCryptExpander-x64.exe",
+ "AVeraCrypt Format-x64.exe",
"Averacrypt.sys",
"Averacrypt-x64.sys",
"Dveracrypt.sys",
|