Avoid attempts to reinstall a driver on reboot when a previous attempt has already...
authorEric Kohl <eric.kohl@reactos.org>
Mon, 17 Apr 2017 11:34:08 +0000 (11:34 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 17 Apr 2017 11:34:08 +0000 (11:34 +0000)
commitdd0e23b69135a64ef8bd9504d635c76082befc6c
tree8ef031c80e4cafe030ed89f1335573090ee4f5bc
parent1313fd5c7695901a052f976176cf96ffcd2c3db5
Avoid attempts to reinstall a driver on reboot when a previous attempt has already failed.

[NEWDEV]
Set the CONFIGFLAG_FAILEDINSTALL flag in the new hardware wizards welcome page and remove it only when the driver was successfully installed.

[UMPNPMGR]
Do not invoke the device installer if the devices CONFIGFLAG_FAILEDINSTALL flag is set.

svn path=/trunk/; revision=74348
reactos/base/services/umpnpmgr/umpnpmgr.c
reactos/dll/win32/newdev/wizard.c