All:
I have this driver/custom USB device. Actually there are two devices, each with their own driver. We sell these devices commercially. We have had probably over 500 installs that have happened without a glitch. Every CD that goes to a user is constructed in the same way.
But now I have this one customer for whom the install is not working correctly. For either device. The New Hardware Wizard is coming back with the error “Fatal Error During Installation”.
A look at the setupapi.log file indicates that the problem is installing the WDK CoInstaller. The driver is created using WDK 6000. WdfCoInstaller = 1.005.
I did a web search on the error and found a suggestion that if you delete wdf01000.sys, one can overcome the error. I deleted this, reboot, and tried the install, and everything worked fine. I then tried the sister device mentioned above and got the same error installing the coinstaller. Again, I deleted wdf01000.sys, reboot, and tried the install, and again, there was success.
Looking at the setupapi.log file, the only difference between the two installs is that in the failed install gives a line that says Coinstaller 1 of 1 failed. The successful install reads “doing full install of USB\VIDXXX&PIDXXX”.
Any suggestions?
Rick