aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.Mba.Core/IEngine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/IEngine.cs')
-rw-r--r--src/api/burn/WixToolset.Mba.Core/IEngine.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/IEngine.cs b/src/api/burn/WixToolset.Mba.Core/IEngine.cs
index 2b9a90e0..7ffa80d7 100644
--- a/src/api/burn/WixToolset.Mba.Core/IEngine.cs
+++ b/src/api/burn/WixToolset.Mba.Core/IEngine.cs
@@ -105,6 +105,13 @@ namespace WixToolset.Mba.Core
105 string GetVariableVersion(string name); 105 string GetVariableVersion(string name);
106 106
107 /// <summary> 107 /// <summary>
108 /// Gets persisted variables from a related bundle.
109 /// </summary>
110 /// <param name="bundleId">The BundleId of the related bundle.</param>
111 /// <param name="name">The name of the variable.</param>
112 string GetRelatedBundleVariable(string bundleId, string name);
113
114 /// <summary>
108 /// Launches a preapproved executable elevated. As long as the engine already elevated, there will be no UAC prompt. 115 /// Launches a preapproved executable elevated. As long as the engine already elevated, there will be no UAC prompt.
109 /// </summary> 116 /// </summary>
110 /// <param name="hwndParent">The parent window of the elevation dialog (if the engine hasn't elevated yet).</param> 117 /// <param name="hwndParent">The parent window of the elevation dialog (if the engine hasn't elevated yet).</param>