Skip to main content
Version: v3

Exclusion Element

Description
Declares a merge module with which this merge module is incompatible.
Windows Installer references
None
Parents
Module
Inner Text
None
Children
None
Attributes
NameTypeDescriptionRequired
ExcludedIdStringIdentifier of the merge module that is incompatible.Yes
ExcludedMaxVersionStringMaximum version excluded from a range. If not set, all versions after min are excluded. If neither max nor min, no exclusion based on version. 
ExcludedMinVersionStringMinimum version excluded from a range. If not set, all versions before max are excluded. If neither max nor min, no exclusion based on version. 
ExcludeExceptLanguageIntegerNumeric language ID of the merge module in ExcludedID. All except this language will be excluded. Only one of ExcludeExceptLanguage and ExcludeLanguage may be specified. 
ExcludeLanguageIntegerNumeric language ID of the merge module in ExcludedID. The specified language will be excluded. Only one of ExcludeExceptLanguage and ExcludeLanguage may be specified. 
See Also
Wix Schema