IBundleInfo Interface
BA manifest data.
Methods
| Method | Description |
|---|---|
| AddRelatedBundleAsPackage(e) | Adds a related bundle as a package. |
| AddUpdateBundleAsPackage(e) | Adds an update bundle as a package. |
Properties
| Property | Description |
|---|---|
| LogVariable | The name of the variable that contains the path to the bundle's log. |
| Name | Bundle/@Name |
| OverridableVariables | Variables that were marked with bal:Overridable="yes". |
| Packages | The packages in the bundle's chain. |
| PerMachine | Whether the bundle is per-machine or per-user. |
WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
AddRelatedBundleAsPackage(e) Method
Adds a related bundle as a package.
Declaration
public IPackageInfo AddRelatedBundleAsPackage(
DetectRelatedBundleEventArgs e
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| e | DetectRelatedBundleEventArgs |
Return value
IPackageInfo The created «see T:WixToolset.Mba.Core.IPackageInfo» .
AddUpdateBundleAsPackage(e) Method
Adds an update bundle as a package.
Declaration
public IPackageInfo AddUpdateBundleAsPackage(
SetUpdateCompleteEventArgs e
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| e | SetUpdateCompleteEventArgs |
Return value
IPackageInfo The created «see T:WixToolset.Mba.Core.IPackageInfo» .
LogVariable Property
The name of the variable that contains the path to the bundle's log.
Declaration
public string LogVariable { get; set; }
Name Property
Bundle/@Name
Declaration
public string Name { get; set; }
OverridableVariables Property
Variables that were marked with bal:Overridable="yes".
Declaration
public IOverridableVariables OverridableVariables { get; set; }
Packages Property
The packages in the bundle's chain.
Declaration
public System.Collections.Generic.IDictionary<System.String,WixToolset.Mba.Core.IPackageInfo> Packages { get; set; }
PerMachine Property
Whether the bundle is per-machine or per-user.
Declaration
public bool PerMachine { get; set; }