aboutsummaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-7/+7
| | | | | | | 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".
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-2/+2
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* Refactor related bundle enumeration into butil.Sean Hall2022-03-011-0/+199
Related to #3693