Skip to content

BundleCustomData element

Defines a custom XML element for use in a bundle data manifest.

Attributes

ExtensionId

string

Identifier for the bootstrapper extension. Required when Type is BootstrapperExtension, must not be specified otherwise.

Id

string required

Identifier for the custom table. Also used as the name of the XML element.

Type

Indicates the custom data is transformed into the bootstrapper application data manifest or the bundle extension data manifest. Defaults to BootstrapperExtension if ExtensionId is specified, otherwise BootstrapperApplication. This attribute’s value must be one of the following:

  • BootstrapperApplication
  • BootstrapperExtension
  • BundleExtension

Children

Parents