aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/IEngine.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Mba.Core/IEngine.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/WixToolset.Mba.Core/IEngine.cs b/src/WixToolset.Mba.Core/IEngine.cs
index 0899ec43..3e636961 100644
--- a/src/WixToolset.Mba.Core/IEngine.cs
+++ b/src/WixToolset.Mba.Core/IEngine.cs
@@ -145,6 +145,12 @@ namespace WixToolset.Mba.Core
145 void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, byte[] hash); 145 void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, byte[] hash);
146 146
147 /// <summary> 147 /// <summary>
148 /// Sets the URL to the update feed.
149 /// </summary>
150 /// <param name="url">URL of the update feed.</param>
151 void SetUpdateSource(string url);
152
153 /// <summary>
148 /// Set the local source for a package or container. 154 /// Set the local source for a package or container.
149 /// </summary> 155 /// </summary>
150 /// <param name="packageOrContainerId">The id that uniquely identifies the package or container.</param> 156 /// <param name="packageOrContainerId">The id that uniquely identifies the package or container.</param>