diff options
Diffstat (limited to 'src/WixToolset.WixBA/ProgressViewModel.cs')
-rw-r--r-- | src/WixToolset.WixBA/ProgressViewModel.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.WixBA/ProgressViewModel.cs b/src/WixToolset.WixBA/ProgressViewModel.cs index e4fb7ab2..17af5cfe 100644 --- a/src/WixToolset.WixBA/ProgressViewModel.cs +++ b/src/WixToolset.WixBA/ProgressViewModel.cs | |||
@@ -36,7 +36,7 @@ namespace WixToolset.WixBA | |||
36 | WixBA.Model.Bootstrapper.PauseAutomaticUpdatesBegin += this.PauseAutomaticUpdatesBegin; | 36 | WixBA.Model.Bootstrapper.PauseAutomaticUpdatesBegin += this.PauseAutomaticUpdatesBegin; |
37 | WixBA.Model.Bootstrapper.SystemRestorePointBegin += this.SystemRestorePointBegin; | 37 | WixBA.Model.Bootstrapper.SystemRestorePointBegin += this.SystemRestorePointBegin; |
38 | WixBA.Model.Bootstrapper.PlanBegin += this.PlanBegin; | 38 | WixBA.Model.Bootstrapper.PlanBegin += this.PlanBegin; |
39 | WixBA.Model.Bootstrapper.PlanPackageComplete += this.PlanPackageComplete; | 39 | WixBA.Model.Bootstrapper.PlannedPackage += this.PlannedPackage; |
40 | WixBA.Model.Bootstrapper.ApplyBegin += this.ApplyBegin; | 40 | WixBA.Model.Bootstrapper.ApplyBegin += this.ApplyBegin; |
41 | WixBA.Model.Bootstrapper.Progress += this.ApplyProgress; | 41 | WixBA.Model.Bootstrapper.Progress += this.ApplyProgress; |
42 | WixBA.Model.Bootstrapper.CacheAcquireProgress += this.CacheAcquireProgress; | 42 | WixBA.Model.Bootstrapper.CacheAcquireProgress += this.CacheAcquireProgress; |
@@ -115,7 +115,7 @@ namespace WixToolset.WixBA | |||
115 | } | 115 | } |
116 | } | 116 | } |
117 | 117 | ||
118 | private void PlanPackageComplete(object sender, PlanPackageCompleteEventArgs e) | 118 | private void PlannedPackage(object sender, PlannedPackageEventArgs e) |
119 | { | 119 | { |
120 | if (ActionState.None != e.Execute) | 120 | if (ActionState.None != e.Execute) |
121 | { | 121 | { |