diff options
Diffstat (limited to '')
| -rw-r--r-- | src/api/burn/WixToolset.BootstrapperApplicationApi/Engine.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/Engine.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/Engine.cs index 487858e0..44d77359 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/Engine.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/Engine.cs | |||
| @@ -209,12 +209,12 @@ namespace WixToolset.BootstrapperApplicationApi | |||
| 209 | } | 209 | } |
| 210 | 210 | ||
| 211 | /// <inheritdoc/> | 211 | /// <inheritdoc/> |
| 212 | public string GetRelatedBundleVariable(string bundleId, string name) | 212 | public string GetRelatedBundleVariable(string bundleCode, string name) |
| 213 | { | 213 | { |
| 214 | StrUtil.StrHandle handle = new StrUtil.StrHandle(); | 214 | StrUtil.StrHandle handle = new StrUtil.StrHandle(); |
| 215 | try | 215 | try |
| 216 | { | 216 | { |
| 217 | int ret = BalUtil.BalGetRelatedBundleVariableFromEngine(this.engine, bundleId, name, ref handle); | 217 | int ret = BalUtil.BalGetRelatedBundleVariableFromEngine(this.engine, bundleCode, name, ref handle); |
| 218 | if (ret != NativeMethods.S_OK) | 218 | if (ret != NativeMethods.S_OK) |
| 219 | { | 219 | { |
| 220 | throw new Win32Exception(ret); | 220 | throw new Win32Exception(ret); |
