BundleInfo Class
Default implementation of «see T:WixToolset.Mba.Core.IBundleInfo» .
Methods
Section titled “Methods”| Method | Description |
|---|---|
| AddRelatedBundleAsPackage() | |
| AddUpdateBundleAsPackage() | |
| ParseBundleFromStream(stream) | Parses BA manifest from the given stream. |
| ParseBundleFromXml(root) | Parses BA manifest from the given «see T:System.Xml.XPath.XPathNavigator» . |
Properties
Section titled “Properties”| Property | Description |
|---|---|
| LogVariable | |
| Name | |
| OverridableVariables | |
| Packages | |
| PerMachine | |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
AddRelatedBundleAsPackage() Method
Section titled “AddRelatedBundleAsPackage() Method”Declaration
Section titled “Declaration”public IPackageInfo AddRelatedBundleAsPackage()AddUpdateBundleAsPackage() Method
Section titled “AddUpdateBundleAsPackage() Method”Declaration
Section titled “Declaration”public IPackageInfo AddUpdateBundleAsPackage()ParseBundleFromStream(stream) Method
Section titled “ParseBundleFromStream(stream) Method”Parses BA manifest from the given stream.
Declaration
Section titled “Declaration”public static IBundleInfo ParseBundleFromStream( System.IO.Stream stream)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| stream | System.IO.Stream |
ParseBundleFromXml(root) Method
Section titled “ParseBundleFromXml(root) Method”Parses BA manifest from the given «see T:System.Xml.XPath.XPathNavigator» .
Declaration
Section titled “Declaration”public static IBundleInfo ParseBundleFromXml( System.Xml.XPath.XPathNavigator root)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| root | System.Xml.XPath.XPathNavigator | The root of the BA manifest. |
LogVariable Property
Section titled “LogVariable Property”Declaration
Section titled “Declaration”public string LogVariable { get; set; }Name Property
Section titled “Name Property”Declaration
Section titled “Declaration”public string Name { get; set; }OverridableVariables Property
Section titled “OverridableVariables Property”Declaration
Section titled “Declaration”public IOverridableVariables OverridableVariables { get; set; }Packages Property
Section titled “Packages Property”Declaration
Section titled “Declaration”public System.Collections.Generic.IDictionary<System.String,WixToolset.Mba.Core.IPackageInfo> Packages { get; set; }PerMachine Property
Section titled “PerMachine Property”Declaration
Section titled “Declaration”public bool PerMachine { get; set; }