Hi there
I wrote a simple KMDF driver which does nothing but have DriverEntry and EvtDeviceAdd routine. I am installing it as a volume filter. I used OSR sample WDFFLTRINSTALL.EXE to install the filter and i changed the file version in the sample to KMDF 1.7.
Then i added registry entry under
HKLM\System\CurrentControlSet\Control\Class{71a27cdd-812a-11d0-bec7-08002be2092f} and added the service name under “UpperFilter” manually.
When i restarted the system it just crashed. I also tried using the diskperf.inf file by adding some CoInstaller sections in it and installing it by right clicking it . But the result was same.
I am not sure whether the problem is in the driver or the install process. Any suggestions would be helpful.
Thanks
Suhail