[NEWDEV]
authorEric Kohl <eric.kohl@reactos.org>
Mon, 17 Apr 2017 22:20:44 +0000 (22:20 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 17 Apr 2017 22:20:44 +0000 (22:20 +0000)
When the driver installation fails, set the CONFIGFLAG_FAILEDINSTALL flag only if the user checked the 'Do not show this dialog anymore' checkbox.
CORE-13095

svn path=/trunk/; revision=74363

reactos/dll/win32/newdev/wizard.c

index 640a43e..8f91b32 100644 (file)
@@ -1010,6 +1010,12 @@ NoDriverDlgProc(
                             0,
                             NULL);
                     }
+                    else
+                    {
+                        SetFailedInstall(DevInstData->hDevInfo,
+                                         &DevInstData->devInfoData,
+                                         FALSE);
+                    }
                     break;
                 }