Installing a File System Filter Driver

Note

For optimal reliability and performance, use file system minifilter drivers with Filter Manager support instead of legacy file system filter drivers. To port your legacy driver to a minifilter driver, see Guidelines for Porting Legacy Filter Drivers.

For Microsoft Windows XP and later operating systems, install your legacy file system filter drivers by using an INF file and an installation application. (On Windows 2000 and earlier operating systems, the Service Control Manager commonly installed filter drivers.)

INF-based installation must meet Windows Hardware Certification Kit requirements for file system filter drivers. "INF-based installation" means only that you need to use an INF file to copy files and to store information in the registry. You aren't required to install your entire product by using only an INF file, nor are you required to provide a "right-click install" option for your driver.

This section includes:

Creating an INF File for a File System Filter Driver

Load Order Groups for File System Filter Drivers

File System Filter Driver Classes and Class GUIDs

Using an INF File to Install a File System Filter Driver

Using an INF File to Uninstall a File System Filter Driver