Skip to main content
Version: v3

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
NameTypeDescriptionRequired
IdStringUnique identifier for embedded chainer.Yes
BinarySourceString Reference to the Binary element that contains the chainer executable. Mutually exclusive with the FileSource and PropertySource attributes.  
CommandLineStringValue to append to the transaction handle and passed to the chainer executable. 
FileSourceString Reference to the File element that is the chainer executable. Mutually exclusive with the BinarySource and PropertySource attributes.  
PropertySourceString Reference to a Property that resolves to the full path to the chainer executable. Mutually exclusive with the BinarySource and FileSource attributes.  
See Also
Wix Schema, Binary, File, Property, EmbeddedChainerRef