Exemplo n.º 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)
 {
 }
Exemplo n.º 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)
 {
 }
Exemplo n.º 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)
 {
 }