Skip to content

ExecuteProgressEventArgs Class

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

PropertyDescription
OverallPercentageGets the percentage from 0 to 100 of the execution progress for all payloads.
PackageIdGets the identity of the package that was executed.
ProgressPercentageGets the percentage from 0 to 100 of the execution progress for a single payload.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the percentage from 0 to 100 of the execution progress for all payloads.

public int OverallPercentage { get; set; }

Gets the identity of the package that was executed.

public string PackageId { get; set; }

Gets the percentage from 0 to 100 of the execution progress for a single payload.

public int ProgressPercentage { get; set; }