VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Wizard.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-10-14 16:58:28 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:23:45 +0100
commit2fe23a3fa3e522951c1ee64c877d4256388f5363 (patch)
tree1e09058433fdbd8576b81e62cecbb1191bb76bc5 /src/Setup/Wizard.c
parenteffb5c7c1e3df5e709e0fa95d7dadb0969855cf8 (diff)
downloadVeraCrypt-2fe23a3fa3e522951c1ee64c877d4256388f5363.tar.gz
VeraCrypt-2fe23a3fa3e522951c1ee64c877d4256388f5363.zip
Correctly support reinstalling the same version. Overwrite the bootloader if the same version detected.
Diffstat (limited to 'src/Setup/Wizard.c')
-rw-r--r--src/Setup/Wizard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Wizard.c b/src/Setup/Wizard.c
index afb3be39..5695e906 100644
--- a/src/Setup/Wizard.c
+++ b/src/Setup/Wizard.c
@@ -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;