Installing a WDM Filter driver with an INF file ...

Hi all,

is it possible to use an INF file to install a WDM Filter driver on an
already
installed WDM driver? If yes, how? If not, which tools must I use?

Thanks for any answers.

Regards,

Serge

Hi :
Look the valueadd sample in 98 ddk under usb, it work for me.
Hope that help

regards
Michael Cheng

SERGE DE LUCA @lists.osr.com on 2000/04/27 09:56:12
PM

Please respond to “NT Developers Interest List”

Sent by: xxxxx@lists.osr.com

To: “NT Developers Interest List”
cc:

Subject: [ntdev] Installing a WDM Filter driver with an INF file …

Hi all,

is it possible to use an INF file to install a WDM Filter driver on an
already
installed WDM driver? If yes, how? If not, which tools must I use?

Thanks for any answers.

Regards,

Serge


You are currently subscribed to ntdev as: xxxxx@logitech.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Yes you can install a filter driver programmatically using
UpdateDriverForPlugAndPlayDevices function. The install sample under
src\general\setup\install shows how to use this function. The INF file used
for this purpose is a special kind of INF file that uses Needs and Includes
directive to include sections from an already installed function driver’s
INF file. We have sample INF files in the DDK to how this should be written.
Check out the Filter.inf in the toaster sample or Kbfiltr.inf/Moufiltr.inf
in the src\input\ directory of the DDK.

-Eliyas

-----Original Message-----
From: SERGE DE LUCA [mailto:xxxxx@euro.lacie.com]
Sent: Thursday, April 27, 2000 6:56 AM
To: NT Developers Interest List
Subject: [ntdev] Installing a WDM Filter driver with an INF file …

Hi all,

is it possible to use an INF file to install a WDM Filter driver on an
already
installed WDM driver? If yes, how? If not, which tools must I use?

Thanks for any answers.

Regards,

Serge


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)