Skip to content

IBootstrapperApplicationData Interface

Interface for BootstrapperApplicationData.xml.

PropertyDescription
BADataFileThe BootstrapperApplicationData.xml file.
BundleThe BA manifest.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

The BootstrapperApplicationData.xml file.

public System.IO.FileInfo BADataFile { get; set; }

The BA manifest.

public IBundleInfo Bundle { get; set; }