The Depth property of the DirectorySearch element seems to have no effect. My FileSearch fails if the DirectorySearch isn't Pathed to the exact directory that the file is in.
Example:
If I specify
<property id="user-content-ASPNETREGIIS" value="aspnet_regiis.exe">
<directorysearch id="user-content-DSDotNetFW" depth="2" path="C:\WINNT\Microsoft.Net\Framework\">
<filesearch id="user-content-FSASPNET" name="aspnet_regiis.exe">
</filesearch></directorysearch>
</property>
This doesn't work. It only works if I change it to:
<property id="user-content-ASPNETREGIIS" value="aspnet_regiis.exe">
<directorysearch id="user-content-DSDotNetFW" path="C:\WINNT\Microsoft.Net\Framework\v2.0.50727\">
<filesearch id="user-content-FSASPNET" name="aspnet_regiis.exe">
</filesearch></directorysearch>
</property>
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 15 days (the time period specified by
the administrator of this Tracker).