mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Correctly support reinstalling the same version. Overwrite the bootloader if the same version detected.
This commit is contained in:
@@ -271,7 +271,7 @@ BOOL CALLBACK PageDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||
|
||||
DetermineUpgradeDowngradeStatus (TRUE, &driverVersion);
|
||||
|
||||
if (bRepairMode)
|
||||
if (bRepairMode || bReinstallMode)
|
||||
{
|
||||
SetWindowTextW (GetDlgItem (hwndDlg, IDC_WIZARD_MODE_INSTALL), GetString ("REPAIR_REINSTALL"));
|
||||
bExtractOnly = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user