From 8dd2ee866dee2b25c67175c2ea88fa34e4568c5e 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/burn/stub/StubSection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/burn/stub') diff --git a/src/burn/stub/StubSection.cpp b/src/burn/stub/StubSection.cpp index 62d3e91e..fc3ed182 100644 --- a/src/burn/stub/StubSection.cpp +++ b/src/burn/stub/StubSection.cpp @@ -8,7 +8,7 @@ static DWORD dwMagic = BURN_SECTION_MAGIC; static DWORD dwVersion = BURN_SECTION_VERSION; -static GUID guidBundleId = { }; +static GUID guidBundleCode = { }; static DWORD dwStubSize = 0; static DWORD dwOriginalChecksum = 0; -- cgit v1.2.3-55-g6feb