How to install own Filter Driver with INF file to add it to an existing Driver under Win9x (Win2k)??

Hi all,

I have such a problem:

I wrote a simple WDM filter driver and now I want to add it to an
existing WDM driver under Win98 (say, SWENUM.SYS or ACPI.SYS, as an
upper or lower filter, no matter). I’d like to have some INF file that
would write all necessary registry keys and values (I know which of
them must be added, but I can’t do it using my INF file). I don’t know
why, I used VIAAGP1 filter INF file as a sample, but my installation
failed. My INF file didn’t create needed UpperFilters value and
driver service key. So I was forced to write some tricky REG file. But
I’d like to have an INF file. Is it possible to solve this problem???
Any suggestions will be highly appreciated. :o)))


Best regards,
Konstantin Manurin (aka NizeG) xxxxx@infpres.com
xxxxx@beep.ru
xxxxx@yandex.ru
xxxxx@mail.ru


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi all,

I have such a problem:

I wrote a simple WDM filter driver and now I want to add it to an
existing WDM driver under Win98 (say, SWENUM.SYS or ACPI.SYS, as an
upper or lower filter, no matter). I’d like to have some INF file that
would write all necessary registry keys and values (I know which of
them must be added, but I can’t do it using my INF file). I don’t know
why, I used VIAAGP1 filter INF file as a sample, but my installation
failed. My INF file didn’t create needed UpperFilters value and
driver service key. So I was forced to write some tricky REG file. But
I’d like to have an INF file. Is it possible to solve this problem???
Any suggestions will be highly appreciated. :o)))


Best regards,
Konstantin Manurin (aka NizeG) xxxxx@infpres.com
xxxxx@beep.ru
xxxxx@yandex.ru
xxxxx@mail.ru


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com