diff options
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r-- | src/Setup/Setup.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index 12b4159f..ada20fb9 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -27,6 +27,8 @@ static wchar_t *szFiles[]= L"AVeraCrypt.exe", L"AVeraCryptExpander.exe", L"AVeraCrypt Format.exe", + L"Averacrypt.inf", + L"Averacrypt.cat", L"Averacrypt.sys", L"Dveracrypt.sys", L"AVeraCrypt Setup.exe", @@ -46,7 +48,10 @@ static wchar_t *szCompressedFiles[]= L"VeraCrypt-x64.exe", L"VeraCryptExpander-x64.exe", L"VeraCrypt Format-x64.exe", + L"veracrypt.inf", + L"veracrypt.cat", L"veracrypt.sys", + L"veracrypt-x64.cat", L"veracrypt-x64.sys", L"Languages.zip", L"docs.zip" |