1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt installed using MSI

This commit is contained in:
Mounir IDRASSI
2022-02-09 22:37:22 +01:00
parent 2da115ffb4
commit 302dc37fb9
12 changed files with 1412 additions and 1033 deletions

View File

@@ -787,7 +787,7 @@ BOOL DoFilesInstall (HWND hwndDlg, wchar_t *szDestDir)
GetModuleFileName (NULL, szTmp, ARRAYSIZE (szTmp));
if (!SelfExtractInMemory (szTmp))
if (!SelfExtractInMemory (szTmp, FALSE))
return FALSE;
}
@@ -2779,7 +2779,7 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, wchar_t *lpsz
{
/* Create self-extracting package */
MakeSelfExtractingPackage (NULL, SetupFilesDir);
MakeSelfExtractingPackage (NULL, SetupFilesDir, FALSE);
}
else
{