Пример #1
0
 /// <summary>Called when the engine has begun installing the bundle.</summary>
 /// <param name="args">The arguments of the event.</param>
 public virtual void OnDetectUpdateComplete(WPFBootstrapperEventArgs <Wix.DetectUpdateCompleteEventArgs> args)
 {
 }
Пример #2
0
 /// <summary>Called when the engine has begun installing the bundle.</summary>
 /// <param name="args">The arguments of the event.</param>
 public virtual void OnDetectForwardCompatibleBundle(WPFBootstrapperEventArgs <Wix.DetectForwardCompatibleBundleEventArgs> args)
 {
 }
Пример #3
0
 /// <summary>Called when the engine has begun installing the bundle.</summary>
 /// <param name="args">The arguments of the event.</param>
 public virtual void OnDetectUpdateBegin(WPFBootstrapperEventArgs <Wix.DetectUpdateBeginEventArgs> args)
 {
 }