summaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/butil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-9/+10
| | | | | | | 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".
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-141-2/+2
|
* Refactor related bundle enumeration into butil.Sean Hall2022-03-011-0/+49
| | | | Related to #3693
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-1/+6
| | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness.
* Add registry bitness to RegUtil and BUtil.Bob Arnson2022-01-101-0/+8
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6669. Fixes https://github.com/wixtoolset/issues/issues/6670.
* Add fixed buffer butil APIs.Sean Hall2021-07-191-8/+73
|
* Fix more 32-bit assumptions.Sean Hall2021-07-191-7/+5
| | | | Use strutil to return value in BundleGetBundleInfo.
* Refactor butil while cleaning up other things.Sean Hall2021-07-181-2/+20
|
* Allow access to persisted variables from related bundles.Jacob Hoover2021-07-181-2/+9
| | | | Implements #3704
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+60