diff options
author | Rob Mensching <rob@firegiant.com> | 2024-12-29 18:01:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-12-30 06:45:49 -0800 |
commit | 523c66a62a619e6aa9f30070173ea33edfb5e328 (patch) | |
tree | 04fa3146250b7eeaa6864b0f71e37905a2d77be1 /src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs | |
parent | 6edc5d1e2a289eac50c6d59a29e195353bb023cb (diff) | |
download | wix-523c66a62a619e6aa9f30070173ea33edfb5e328.tar.gz wix-523c66a62a619e6aa9f30070173ea33edfb5e328.tar.bz2 wix-523c66a62a619e6aa9f30070173ea33edfb5e328.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/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs index 1e91cd31..c7b0c003 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs | |||
@@ -236,7 +236,7 @@ namespace WixToolset.BootstrapperApplicationApi | |||
236 | /// </summary> | 236 | /// </summary> |
237 | [PreserveSig] | 237 | [PreserveSig] |
238 | int GetRelatedBundleVariable( | 238 | int GetRelatedBundleVariable( |
239 | [MarshalAs(UnmanagedType.LPWStr)] string wzBundleId, | 239 | [MarshalAs(UnmanagedType.LPWStr)] string wzBundleCode, |
240 | [MarshalAs(UnmanagedType.LPWStr)] string wzVariable, | 240 | [MarshalAs(UnmanagedType.LPWStr)] string wzVariable, |
241 | IntPtr wzValue, | 241 | IntPtr wzValue, |
242 | ref IntPtr pcchValue | 242 | ref IntPtr pcchValue |