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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user