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
This commit is contained in:
Eric Kohl 2017-04-17 22:20:44 +00:00
parent f7928467e7
commit ad372d31e3

View file

@ -1010,6 +1010,12 @@ NoDriverDlgProc(
0,
NULL);
}
else
{
SetFailedInstall(DevInstData->hDevInfo,
&DevInstData->devInfoData,
FALSE);
}
break;
}