When trying to install a driver using Microsoft Driver Package Installer DPInst I got error 0xE0000247. I tried to check the error code with Visual Studio Lookup Tool but the tool doesn't know this error code. Also MSDN doesn't help here.
How can I lookup the meaning of this error ?
Below a fragment of my DPINST.LOG file:
INFO: Install option set: Running in quiet mode. Suppressing Wizard and OS popups. INFO: Install option set: legacy mode on. INFO: Install option set: Suppressing EULA. INFO: Install option set: Force install if driver is not better. INFO: Install option set: Suppress Add or Remove Programs entries. INFO: Found driver package: 'C:\Program Files (x86)\MyApp\my_driver.inf'. INFO: Preinstalling 'C:\Program Files (x86)\MyApp\my_driver.inf' ... INFO: ENTER: DriverPackagePreinstallW INFO: RETURN: DriverPackagePreinstallW (0xE0000247) INFO: Returning with code 0x80010000