Hi All,
We have file system filter driver(minifilter). We are installing this driver in service context using InstallHinfSectionW() API.
But on Windows XP-32-bit system, driver installation gets failed.
If we install driver in logged-in user context, installation gets succeed. Also if we set the service to interactive mode, installtion gets succeed.
On all other system(XP-64 bit & above), it’s working fine in service context without changing the mode to interactive.
Have anyone came across similar issue?
Regards,
Rajendra.