IBootstrapperApplicationData Interface
Interface for BootstrapperApplicationData.xml.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| BADataFile | The BootstrapperApplicationData.xml file. |
| Bundle | The BA manifest. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
BADataFile Property
Section titled “BADataFile Property”The BootstrapperApplicationData.xml file.
Declaration
Section titled “Declaration”public System.IO.FileInfo BADataFile { get; set; }Bundle Property
Section titled “Bundle Property”The BA manifest.
Declaration
Section titled “Declaration”public IBundleInfo Bundle { get; set; }