How to install the CAT file with a filter driver?

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!
 
T

Tim

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.
 

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