From 0d3d54992104288e9ee0c834d0b96e8502fd2d42 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 11 Jan 2024 18:26:20 -0800 Subject: Move the BootstrapperApplication out of proc --- src/api/burn/WixToolset.Mba.Core/IEngine.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/api/burn/WixToolset.Mba.Core/IEngine.cs') diff --git a/src/api/burn/WixToolset.Mba.Core/IEngine.cs b/src/api/burn/WixToolset.Mba.Core/IEngine.cs index 7ffa80d7..dde97a70 100644 --- a/src/api/burn/WixToolset.Mba.Core/IEngine.cs +++ b/src/api/burn/WixToolset.Mba.Core/IEngine.cs @@ -149,7 +149,8 @@ namespace WixToolset.Mba.Core /// Size of the expected update. /// Type of the hash expected on the update. /// Optional hash expected for the update. - void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, string hash); + /// Optional package id for the update. + void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, string hash, string updatePackageId); /// /// Sets the URL to the update feed. -- cgit v1.2.3-55-g6feb