Force FBA to install inf

W

Wolfgang

Hi,

I've a small driver bringing my application in ring0 to access hardware.
Unfortunately the FBA does not install the associated inf-file as it is not
related to any hardware.
Hence I now install it mannually and commit the change.
Is there a way to tell FBA to install this driver ?

Thanks, Wolfgang
 
K

KM

Wolfgang,

You can use devcon command line utility to automate the installtion for a no
hardware or non-PnP driver.
A command like : "devcon install INFfile HardwareID" will do that if you set
it up as FBA Generic Command.

Some more info about devcon:
http://www.microsoft.com/technet/pr...Ref/2df5cad6-e244-4db7-97a0-b42ad935377b.mspx


Another way would be for you to capture all the files and registry entries
required for the driver and pre-populate them within TD Configuration.
To capture the files/registry entries you can use tools like RegSnap,
InCtrl5, Regmon.

KM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top