mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-12-31 19:09:44 -06:00
Windows: make Setup correctly manage option to disable memory protection during upgrade
This commit is contained in:
@@ -883,6 +883,9 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||
|
||||
DonColorSchemeId = GetDonVal (2, 9);
|
||||
|
||||
// get the initial value of bDisableMemoryProtection by reading the registry
|
||||
bDisableMemoryProtection = bOriginalDisableMemoryProtection = ReadMemoryProtectionConfig()? FALSE : TRUE;
|
||||
|
||||
if (bDevm)
|
||||
{
|
||||
InitWizardDestInstallPath ();
|
||||
|
||||
Reference in New Issue
Block a user