BootstrapperApplication Element

WiX

BootstrapperApplication Element

Description
Contains all the relevant information about the setup UI.
Windows Installer references
None
Parents
Bundle, Fragment
Inner Text
None
Children
Choice of elements (min: 0, max: unbounded)
  • Payload (min: 0, max: unbounded)
  • PayloadGroupRef (min: 0, max: unbounded)
  • Any Element (namespace='##other' processContents='Lax') Extensibility point in the WiX XML Schema. Schema extensions can register additional elements at this point in the schema.
Attributes
Name Type Description Required
Id String The identifier of the BootstrapperApplication element. Only required if you want to reference this element using a BootstrapperApplicationRef element.  
Name String The relative destination path and file name for the bootstrapper application DLL. The default is the source file name. Use this attribute to rename the bootstrapper application DLL or extract it into a subfolder.  
SourceFile String The DLL with the bootstrapper application entry function.  
See Also
Wix Schema