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/setup/MetadataTask/GenerateMetadata.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup') diff --git a/src/setup/MetadataTask/GenerateMetadata.cs b/src/setup/MetadataTask/GenerateMetadata.cs index 645b7750..ddb645ad 100644 --- a/src/setup/MetadataTask/GenerateMetadata.cs +++ b/src/setup/MetadataTask/GenerateMetadata.cs @@ -76,7 +76,7 @@ namespace WixToolset.Tasks Description = "Installation for " + bundleSymbol.Name, License = "MS-RL", SupportUrl = bundleSymbol.HelpUrl, - BundleCode = bundleSymbol.BundleId, + BundleCode = bundleSymbol.BundleCode, UpgradeCode = bundleSymbol.UpgradeCode, AboutUrl = bundleSymbol.AboutUrl, Architecture = PlatformToArchitecture(bundleSymbol.Platform), -- cgit v1.2.3-55-g6feb