Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 1 | -2/+2 |
| | |||||
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 1 | -0/+49 |
| | | | | Related to #3693 | ||||
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 1 | -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 Arnson | 2022-01-10 | 1 | -0/+8 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/6669. Fixes https://github.com/wixtoolset/issues/issues/6670. | ||||
* | Add fixed buffer butil APIs. | Sean Hall | 2021-07-19 | 1 | -8/+73 |
| | |||||
* | Fix more 32-bit assumptions. | Sean Hall | 2021-07-19 | 1 | -7/+5 |
| | | | | Use strutil to return value in BundleGetBundleInfo. | ||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -2/+20 |
| | |||||
* | Allow access to persisted variables from related bundles. | Jacob Hoover | 2021-07-18 | 1 | -2/+9 |
| | | | | Implements #3704 | ||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+60 |