BootstrapperApplicationData Class
Utility class for reading BootstrapperApplicationData.xml.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| GetAttribute(node, attributeName) | Utility method for parsing BootstrapperApplicationData.xml. |
| GetYesNoAttribute(node, attributeName) | Utility method for parsing BootstrapperApplicationData.xml. |
Properties
Section titled “Properties”| Property | Description |
|---|---|
| BADataFile | |
| Bundle |
Fields
Section titled “Fields”| Field | Description |
|---|---|
| DefaultFile | The default path to BootstrapperApplicationData.xml. |
| DefaultFileName | The default file name for BootstrapperApplicationData. |
| DefaultFolder | The default path of where the BA was extracted to. |
| XMLNamespace | The XML namespace for BootstrapperApplicationData. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
GetAttribute(node, attributeName) Method
Section titled “GetAttribute(node, attributeName) Method”Utility method for parsing BootstrapperApplicationData.xml.
Declaration
Section titled “Declaration”public static string GetAttribute( System.Xml.XPath.XPathNavigator node, string attributeName)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| node | System.Xml.XPath.XPathNavigator | |
| attributeName | string |
GetYesNoAttribute(node, attributeName) Method
Section titled “GetYesNoAttribute(node, attributeName) Method”Utility method for parsing BootstrapperApplicationData.xml.
Declaration
Section titled “Declaration”public static System.Nullable<System.Boolean> GetYesNoAttribute( System.Xml.XPath.XPathNavigator node, string attributeName)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| node | System.Xml.XPath.XPathNavigator | |
| attributeName | string |
BADataFile Property
Section titled “BADataFile Property”Declaration
Section titled “Declaration”public System.IO.FileInfo BADataFile { get; set; }Bundle Property
Section titled “Bundle Property”Declaration
Section titled “Declaration”public IBundleInfo Bundle { get; set; }