ProductSearch Element

WiX Toolset

ProductSearch Element

Description
None
Windows Installer references
Upgrade Table
Parents
Property
Inner Text (xs:string)
This element may have inner text.
Children
None
Attributes
Name Type Description Required
ExcludeLanguages YesNoType Set to "yes" to detect all languages, excluding the languages listed in the Language attribute.  
IncludeMaximum YesNoType Set to "yes" to make the range of versions detected include the value specified in Maximum.  
IncludeMinimum YesNoType Set to "no" to make the range of versions detected exclude the value specified in Minimum. This attribute is "yes" by default.  
Language String Specifies the set of languages detected by FindRelatedProducts. Enter a list of numeric language identifiers (LANGID) separated by commas (,). Leave this value null to specify all languages. Set ExcludeLanguages to "yes" in order detect all languages, excluding the languages listed in this value.  
Maximum String Specifies the upper boundary of the range of product versions detected by FindRelatedProducts.  
Minimum String Specifies the lower bound on the range of product versions to be detected by FindRelatedProducts.  
UpgradeCode Guid This value specifies the upgrade code for the products that are to be detected by the FindRelatedProducts action. Yes
Any Attribute (namespace='##other' processContents='lax') Extensibility point in the WiX XML Schema. Schema extensions can register additional attributes at this point in the schema.
See Also
Wix Schema