Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
The attributes of a MiniFilter Driver (and for that matter, any Driver), are encapsulated in its .INF file[^] . One of the sections in the .INF file is the DestinationDirs section, which according to Microsoft is optional. Most examples I have seen use value 12 (or 11).

11 - %windir%\System32\

12 - %windir%\System32\Drivers

What are the other possible values of the
C++
MiniFilter.DriverFiles
section?

Which option can be used to install a MiniFilter Driver in a custom path (i.e. "c:\myfolder\")?

What I have tried:

Looking for examples that show different options other than %12% (and in some cases %11%)
Posted
Updated 20-Oct-19 2:03am
v2

1 solution

 
Share this answer
 
Comments
Michael Haephrati 20-Oct-19 9:29am    
Excellent answer. You got my 5 stars!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900