Skip to main content
Version: v3

FileSearch Element (Util Extension)

Description
Describes a file search.
Windows Installer references
None
Parents
Bundle, Fragment
Inner Text
None
Children
None
Attributes
NameTypeDescriptionRequired
AfterStringId of the search that this one should come after. 
ConditionStringCondition for evaluating the search. If this evaluates to false, the search is not executed at all. 
IdStringId of the search for ordering and dependency. 
PathStringFile path to search for. 
ResultEnumeration Rather than saving the matching file path into the variable, a FileSearch can save an attribute of the matching file instead. This attribute's value must be one of the following:
exists
Saves true if a matching file is found; false otherwise.
version
Saves the version information for files that have it (.exe, .dll); zero-version (0.0.0.0) otherwise.
 
VariableStringName of the variable in which to place the result of the search.Yes
See Also
Util Schema