1
0
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:
Mounir IDRASSI
2014-10-14 16:58:28 +02:00
parent effb5c7c1e
commit 2fe23a3fa3
3 changed files with 7 additions and 3 deletions

View File

@@ -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;