Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 1 | -14/+35 |
| | | | | | | registry keys or values. Related to 6696 | ||||
* | REG_EXPAND_SZ values are not necessarily a path. | Sean Hall | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value. | Sean Hall | 2022-06-07 | 1 | -155/+265 |
| | |||||
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 1 | -0/+53 |
| | | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666 | ||||
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 1 | -3/+2 |
| | | | | Fixes 4039 | ||||
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 1 | -15/+4 |
| | | | | | | - 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 | -23/+46 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/6669. Fixes https://github.com/wixtoolset/issues/issues/6670. | ||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -146/+34 |
| | |||||
* | Allow access to persisted variables from related bundles. | Jacob Hoover | 2021-07-18 | 1 | -0/+47 |
| | | | | Implements #3704 | ||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+1035 |