Skip to main content

DetectRelatedMsiPackageEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectRelatedMsiPackage»

Properties

PropertyDescription
OperationGets the operation that will be taken on the detected package.
PackageIdGets the identity of the product's package detected.
PerMachineGets whether the detected package is per machine.
ProductCodeGets the identity of the related package detected.
UpgradeCodeGets the upgrade code of the related package detected.
VersionGets the version of the related package detected.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

Operation Property

Gets the operation that will be taken on the detected package.

Declaration

public RelatedOperation Operation { get; set; } 

PackageId Property

Gets the identity of the product's package detected.

Declaration

public string PackageId { get; set; } 

PerMachine Property

Gets whether the detected package is per machine.

Declaration

public bool PerMachine { get; set; } 

ProductCode Property

Gets the identity of the related package detected.

Declaration

public string ProductCode { get; set; } 

UpgradeCode Property

Gets the upgrade code of the related package detected.

Declaration

public string UpgradeCode { get; set; } 

Version Property

Gets the version of the related package detected.

Declaration

public string Version { get; set; }