mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[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 svn path=/trunk/; revision=74363
This commit is contained in:
parent
f7928467e7
commit
ad372d31e3
1 changed files with 6 additions and 0 deletions
|
@ -1010,6 +1010,12 @@ NoDriverDlgProc(
|
|||
0,
|
||||
NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
SetFailedInstall(DevInstData->hDevInfo,
|
||||
&DevInstData->devInfoData,
|
||||
FALSE);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue