BootstrapperApplicationData Class
Utility class for reading BootstrapperApplicationData.xml.
Methods
Method | Description |
---|---|
GetAttribute(node, attributeName) | Utility method for parsing BootstrapperApplicationData.xml. |
GetYesNoAttribute(node, attributeName) | Utility method for parsing BootstrapperApplicationData.xml. |
Properties
Property | Description |
---|---|
BADataFile | |
Bundle |
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.6+73c897383236ddbbbc6ba257634013c1269ceec2
GetAttribute(node, attributeName) Method
Utility method for parsing BootstrapperApplicationData.xml.
Declaration
public static string GetAttribute(
System.Xml.XPath.XPathNavigator node,
string attributeName
)
Parameters
Parameter | Type | Description |
---|---|---|
node | System.Xml.XPath.XPathNavigator | |
attributeName | string |
GetYesNoAttribute(node, attributeName) Method
Utility method for parsing BootstrapperApplicationData.xml.
Declaration
public static System.Nullable<System.Boolean> GetYesNoAttribute(
System.Xml.XPath.XPathNavigator node,
string attributeName
)
Parameters
Parameter | Type | Description |
---|---|---|
node | System.Xml.XPath.XPathNavigator | |
attributeName | string |
BADataFile Property
Declaration
public System.IO.FileInfo BADataFile { get; set; }
Bundle Property
Declaration
public IBundleInfo Bundle { get; set; }