EmbeddedChainer Element

Windows Installer XML (WiX) v3.0

EmbeddedChainer Element

Description
None
Windows Installer references
MsiEmbeddedChainer Table
Parents
Fragment, Module, Product
Inner Text (xs:string)
Element value is the condition. CDATA may be used to when a condition contains many XML characters that must be escaped. It is important to note that each EmbeddedChainer element must have a mutually exclusive condition to ensure that only one embedded chainer will execute at a time. If the conditions are not mutually exclusive the chainer that executes is undeterministic.
Children
None
Attributes
Name Type Description Required
Id String Unique identifier for embedded chainer. Yes
BinarySource String Reference to the Binary element that contains the chainer executeable. Mutually exclusive with the FileSource and PropertySource attributes.  
CommandLine String Value to append to the transaction handle and passed to the chainer executable.  
FileSource String Reference to the File element that is the chainer executeable. Mutually exclusive with the BinarySource and PropertySource attributes.  
PropertySource String Reference to a Property that resolves to the full path to the chainer executeable. Mutually exclusive with the BinarySource and FileSource attributes.  
See Also
Wix Schema, Binary, File, Property, EmbeddedChainerRef