From 523c66a62a619e6aa9f30070173ea33edfb5e328 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 29 Dec 2024 18:01:20 -0800 Subject: Rename "bundle id" concept to "bundle code" The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code". --- src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs') 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 /// /// Gets persisted variables from a related bundle. /// - /// The BundleId of the related bundle. + /// The bundle code of the related bundle. /// The name of the variable. - string GetRelatedBundleVariable(string bundleId, string name); + string GetRelatedBundleVariable(string bundleCode, string name); /// /// Launches a preapproved executable elevated. As long as the engine already elevated, there will be no UAC prompt. -- cgit v1.2.3-55-g6feb