aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/butil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-40/+40
| | | | | | | 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".
* Don't search for 64-bit bundles on 32-bit OS.Sean Hall2022-09-141-3/+12
| | | | Fixes 6849
* Skip logging errors in some places when they are due to missing files or ↵Sean Hall2022-08-091-82/+45
| | | | | | registry keys or values. Related to 6696
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-141-6/+6
|
* Refactor related bundle enumeration into butil.Sean Hall2022-03-011-60/+420
| | | | Related to #3693
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-132/+100
| | | | | | - 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-101/+138
| | | | | 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-12/+128
|
* Fix more 32-bit assumptions.Sean Hall2021-07-191-33/+7
| | | | Use strutil to return value in BundleGetBundleInfo.
* Refactor butil while cleaning up other things.Sean Hall2021-07-181-74/+118
|
* Allow access to persisted variables from related bundles.Jacob Hoover2021-07-181-11/+94
| | | | Implements #3704
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+257