Install device driver silently on Windows XP

Posted by mt_serg on Stack Overflow See other posts from Stack Overflow or by mt_serg
Published on 2009-10-15T14:05:06Z Indexed on 2010/12/22 20:54 UTC
Read the original article Hit count: 200

Is there a way to programmatically install device driver silently without cat file and without connecting the device on Windows Xp?

I'm using DriverPackageInstall function from Windows Driver Kit. And I can install driver only if device is attached. In other case I get an error: ERROR_NO_SUCH_DEVINST. But that method works fine with Windows Vista.

Another problem is warning dialog that asks user to continue or stop installation because cat file is missing . It shows on both OSes.

Any ideas?

© Stack Overflow or respective owner

Related posts about windows-xp

Related posts about installation