diff options
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs index 8e6a293b..bd78409b 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs | |||
@@ -107,9 +107,9 @@ namespace WixToolset.BootstrapperApplicationApi | |||
107 | /// <summary> | 107 | /// <summary> |
108 | /// Gets persisted variables from a related bundle. | 108 | /// Gets persisted variables from a related bundle. |
109 | /// </summary> | 109 | /// </summary> |
110 | /// <param name="bundleId">The BundleId of the related bundle.</param> | 110 | /// <param name="bundleCode">The bundle code of the related bundle.</param> |
111 | /// <param name="name">The name of the variable.</param> | 111 | /// <param name="name">The name of the variable.</param> |
112 | string GetRelatedBundleVariable(string bundleId, string name); | 112 | string GetRelatedBundleVariable(string bundleCode, string name); |
113 | 113 | ||
114 | /// <summary> | 114 | /// <summary> |
115 | /// 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. |