IIs Filter for a Component or Web Site Extensibility point in the WiX XML Schema. Schema extensions can register additional elements at this point in the schema. The unique Id for the web filter. If the Id is not specified, it will be generated. The name of the filter to be used in IIS. The path of the filter executable file. This should usually be a value like '[!FileId]', where 'FileId' is the file identifier of the filter executable file. Specifies the parent website for this filter (if there is one). If this is a global filter, then this attribute should not be specified. Description of the filter. Sets the MD_FILTER_FLAGS metabase key for the filter. This must be an integer. See MSDN 'FilterFlags' documentation for more details. The legal values are "first", "last", or a number. If a number is specified, it must be greater than 0. Extensibility point in the WiX XML Schema. Schema extensions can register additional attributes at this point in the schema.