WiX Database XML Schema

Element: ComponentSearch

Description

Searches for file or directory and assigns to value of parent Property.

Derived By

Restricting anyType

Attributes

Name  Type  Description 
Id  string   
Guid  Guid  The component ID of the component whose key path is to be used for the search.
Type  NMTOKEN (restriction)  Must be file if last child is FileSearch element and must be directory if last child is DirectorySearch element.

Content Model

Contains elements as defined in the following table.

Component  Type  Description 
DirectorySearch  anyType (restriction)  Searches for directory and assigns to value of parent Property.
DirectorySearchRef  anyType (restriction)  References an existing DirectorySearch element.
FileSearch  anyType (restriction)  Searches for file and assigns to fullpath value of parent Property
FileSearchRef  anyType (restriction)  References an existing FileSearch element.