Hi gurus,
I am new to this mailing list, I hope this is the right place to post this question.
I am trying to write a umdf driver for a USB device, it installs properly on most of the computers but I am getting a “Windows could not load the installer for USB,…” error on one of the computers.
This particular computer seem to have an older UMDF installation, and the setup seem to fail while trying to update one of the previously installed devices, in this case the Motorola Flash Interface.
Which is causing my driver to fail to install.
Any ideas how I can avoid this error.
Here a part from the setupapi.log which has the error.
Thanks for any help you can provide.
Maklouf,
#-019 Searching for hardware ID(s):usb\vid_22b8&pid_6023&rev_0001,usb\vid_22b8&pid_6023
#-018 Searching for compatible ID(s):usb\class_ff&subclass_0a&prot_ff,usb\class_ff&subclass_0a,usb\class_ff
#-198 Command line processed: c:\1023d86c1614b04ecc\update\update.exe/quiet /ER /log:“C:\WINDOWS\temp\winusb_update.log”
#I063 Selected driver installs from section [P2k.INSTALL] in “c:\windows\inf\oem21.inf”.
#I320 Class GUID of device remains: {FEB8D079-0681-11D4-9531-0060089ABC08}.
#I060 Set selected driver.
#-147 Loading class installer module for “Motorola Flash Interface”.
#E360 An unsigned or incorrectly signed file “C:\WINDOWS\system32\mot_ci.dll” for driver “Motorola Flash Interface” will be installed (Policy=Ignore). Error 2: The system cannot find thefile specified.
#E144 Loading module “C:\WINDOWS\system32\mot_ci.dll” failed. Error 126:The specified module could not be found.Windows could not load the installer for USB. Contact your hardwarevendor for assistance. Error 126: The specified module could not be found.