From 2fe23a3fa3e522951c1ee64c877d4256388f5363 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 14 Oct 2014 16:58:28 +0200 Subject: Correctly support reinstalling the same version. Overwrite the bootloader if the same version detected. --- src/Setup/Wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Setup/Wizard.c') 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; -- cgit v1.2.3