Skip to content

EmbeddedChainer element

Attributes

BinarySource

string

Reference to the Binary element that contains the chainer executable. Mutually exclusive with the FileSource and PropertySource attributes.

CommandLine

string

Value to append to the transaction handle and passed to the chainer executable.

Condition

string

Value is the condition. 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.

FileSource

string

Reference to the File element that is the chainer executable. Mutually exclusive with the BinarySource and PropertySource attributes.

Id

string required

Unique identifier for embedded chainer.

PropertySource

string

Reference to a Property that resolves to the full path to the chainer executable. Mutually exclusive with the BinarySource and FileSource attributes.

Parents

See also

Binary, File, Property, EmbeddedChainerRef

Windows Installer references