Skip to content

IBundleInfo Interface

BA manifest data.

MethodDescription
AddRelatedBundleAsPackage(e)Adds a related bundle as a package.
AddUpdateBundleAsPackage(e)Adds an update bundle as a package.
PropertyDescription
LogVariableThe name of the variable that contains the path to the bundle’s log.
NameBundle/@Name
OverridableVariablesVariables that were marked with bal:Overridable=“yes”.
PackagesThe packages in the bundle’s chain.
PerMachineWhether the bundle is per-machine or per-user.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Adds a related bundle as a package.

public IPackageInfo AddRelatedBundleAsPackage(
DetectRelatedBundleEventArgs e
)
ParameterTypeDescription
eDetectRelatedBundleEventArgs

IPackageInfo The created «see T:WixToolset.Mba.Core.IPackageInfo» .

Adds an update bundle as a package.

public IPackageInfo AddUpdateBundleAsPackage(
SetUpdateCompleteEventArgs e
)
ParameterTypeDescription
eSetUpdateCompleteEventArgs

IPackageInfo The created «see T:WixToolset.Mba.Core.IPackageInfo» .

The name of the variable that contains the path to the bundle’s log.

public string LogVariable { get; set; }

Bundle/@Name

public string Name { get; set; }

Variables that were marked with bal:Overridable=“yes”.

public IOverridableVariables OverridableVariables { get; set; }

The packages in the bundle’s chain.

public System.Collections.Generic.IDictionary<System.String,WixToolset.Mba.Core.IPackageInfo> Packages { get; set; }

Whether the bundle is per-machine or per-user.

public bool PerMachine { get; set; }