From bd6bd5c262fe7e4faa3e7815ebe6036e7ab456e1 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 5 May 2021 20:06:53 -0500 Subject: Update WixBA to Mba.Core 4.0.49. --- src/WixToolset.WixBA/ProgressViewModel.cs | 4 ++-- src/WixToolset.WixBA/WixToolset.WixBA.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 WixBA.Model.Bootstrapper.PauseAutomaticUpdatesBegin += this.PauseAutomaticUpdatesBegin; WixBA.Model.Bootstrapper.SystemRestorePointBegin += this.SystemRestorePointBegin; WixBA.Model.Bootstrapper.PlanBegin += this.PlanBegin; - WixBA.Model.Bootstrapper.PlanPackageComplete += this.PlanPackageComplete; + WixBA.Model.Bootstrapper.PlannedPackage += this.PlannedPackage; WixBA.Model.Bootstrapper.ApplyBegin += this.ApplyBegin; WixBA.Model.Bootstrapper.Progress += this.ApplyProgress; WixBA.Model.Bootstrapper.CacheAcquireProgress += this.CacheAcquireProgress; @@ -115,7 +115,7 @@ namespace WixToolset.WixBA } } - private void PlanPackageComplete(object sender, PlanPackageCompleteEventArgs e) + private void PlannedPackage(object sender, PlannedPackageEventArgs e) { if (ActionState.None != e.Execute) { diff --git a/src/WixToolset.WixBA/WixToolset.WixBA.csproj b/src/WixToolset.WixBA/WixToolset.WixBA.csproj index 03838bb1..5bc44b38 100644 --- a/src/WixToolset.WixBA/WixToolset.WixBA.csproj +++ b/src/WixToolset.WixBA/WixToolset.WixBA.csproj @@ -41,6 +41,6 @@ - + \ No newline at end of file -- cgit v1.2.3-55-g6feb