diff options
author | Rob Mensching <rob@firegiant.com> | 2024-12-29 18:01:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-12-29 18:01:20 -0800 |
commit | 8dd2ee866dee2b25c67175c2ea88fa34e4568c5e (patch) | |
tree | 3b40f8e70c351a00cc68190bbef148e4edb2ee54 /src/burn/stub | |
parent | bd4559125099e91b8d2de9429e7cbf749e050597 (diff) | |
download | wix-8dd2ee866dee2b25c67175c2ea88fa34e4568c5e.tar.gz wix-8dd2ee866dee2b25c67175c2ea88fa34e4568c5e.tar.bz2 wix-8dd2ee866dee2b25c67175c2ea88fa34e4568c5e.zip |
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".
Diffstat (limited to 'src/burn/stub')
-rw-r--r-- | src/burn/stub/StubSection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
8 | static DWORD dwMagic = BURN_SECTION_MAGIC; | 8 | static DWORD dwMagic = BURN_SECTION_MAGIC; |
9 | static DWORD dwVersion = BURN_SECTION_VERSION; | 9 | static DWORD dwVersion = BURN_SECTION_VERSION; |
10 | 10 | ||
11 | static GUID guidBundleId = { }; | 11 | static GUID guidBundleCode = { }; |
12 | 12 | ||
13 | static DWORD dwStubSize = 0; | 13 | static DWORD dwStubSize = 0; |
14 | static DWORD dwOriginalChecksum = 0; | 14 | static DWORD dwOriginalChecksum = 0; |