Author: ekohl
Date: Mon Apr 17 22:20:44 2017
New Revision: 74363
URL:
http://svn.reactos.org/svn/reactos?rev=74363&view=rev
Log:
[NEWDEV]
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
Modified:
trunk/reactos/dll/win32/newdev/wizard.c
Modified: trunk/reactos/dll/win32/newdev/wizard.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/newdev/wizard.c?…
==============================================================================
--- trunk/reactos/dll/win32/newdev/wizard.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/newdev/wizard.c [iso-8859-1] Mon Apr 17 22:20:44 2017
@@ -1010,6 +1010,12 @@
0,
NULL);
}
+ else
+ {
+ SetFailedInstall(DevInstData->hDevInfo,
+ &DevInstData->devInfoData,
+ FALSE);
+ }
break;
}