DetectUpdateBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectUpdateBegin»
Properties
Property | Description |
---|---|
Skip | Whether to skip checking for bundle updates. |
UpdateLocation | Gets the identity of the bundle to detect. |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
Skip Property
Whether to skip checking for bundle updates.
Declaration
public bool Skip { get; set; }
UpdateLocation Property
Gets the identity of the bundle to detect.
Declaration
public string UpdateLocation { get; set; }