Skip to content

BootstrapperApplicationData Class

Utility class for reading BootstrapperApplicationData.xml.

MethodDescription
GetAttribute(node, attributeName)Utility method for parsing BootstrapperApplicationData.xml.
GetYesNoAttribute(node, attributeName)Utility method for parsing BootstrapperApplicationData.xml.
PropertyDescription
BADataFile
Bundle
FieldDescription
DefaultFileThe default path to BootstrapperApplicationData.xml.
DefaultFileNameThe default file name for BootstrapperApplicationData.
DefaultFolderThe default path of where the BA was extracted to.
XMLNamespaceThe XML namespace for BootstrapperApplicationData.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Utility method for parsing BootstrapperApplicationData.xml.

public static string GetAttribute(
System.Xml.XPath.XPathNavigator node,
string attributeName
)
ParameterTypeDescription
nodeSystem.Xml.XPath.XPathNavigator
attributeNamestring

GetYesNoAttribute(node, attributeName) Method

Section titled “GetYesNoAttribute(node, attributeName) Method”

Utility method for parsing BootstrapperApplicationData.xml.

public static System.Nullable<System.Boolean> GetYesNoAttribute(
System.Xml.XPath.XPathNavigator node,
string attributeName
)
ParameterTypeDescription
nodeSystem.Xml.XPath.XPathNavigator
attributeNamestring
public System.IO.FileInfo BADataFile { get; set; }
public IBundleInfo Bundle { get; set; }