Skip to content

BootstrapperExtension element

[WIX v5] An extension to the Burn engine. Currently requires a WiX compiler extension to do anything useful.

Attributes

Id

string

The identifier of the BootstrapperExtension element. Only required if you want to reference this element using a BootstrapperExtensionRef element.

Name

string

The relative destination path and file name for the bundle extension DLL. The default is the source file name. Use this attribute to rename the bundle extension DLL or extract it into a subfolder. At a minimum, the Name or SourceFile attribute must be specified. This must be a relative path (‘\foo’ or ‘C:\foo’ is not allowed).

SourceFile

string

The DLL with the bundle extension entry function. The default value is the Name attribute, if provided. At a minimum, the SourceFile or Name attribute must be specified.

Children

Parents