From 13bfb2db5952703de6759393fc96b8a0539da7a1 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 6 Sep 2015 18:58:41 +0200 Subject: Windows: Installer and Traveler Disk Setup both always copy 32-bit and 64-bit executable binaries. --- src/Setup/Setup.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Setup/Setup.h') 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", -- cgit v1.2.3