Force FBA to install inf

  • Thread starter Thread starter Wolfgang
  • Start date Start date
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
 
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
 
Back
Top