How to install the CAT file with a filter driver?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a filter driver which has passed the WHQL and get a CAT file with it.
But I don't know how to install the driver with the CAT file. Does anyone can
tell me how to do this?

As I know, the filter cannot be installed with INF file directly. Therefore,
we install the filter driver and its INF file with
"SetupInstallServicesFromInfSection()" function in our setup program.

Thanks!
 
Jim said:
But I don't know how to install the driver with the CAT file.

Do you have a line like:
CatalogFile="mydriver.cat"
in the [Version] section of your .INF file?

Hopefully you do, because then the .CAT just needs to live in the same
directory as the .INF on the installation media and all will be well.

Tim.
 
Back
Top