aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/regutil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Skip logging errors in some places when they are due to missing files or ↵Sean Hall2022-08-091-14/+35
| | | | | | registry keys or values. Related to 6696
* REG_EXPAND_SZ values are not necessarily a path.Sean Hall2022-06-071-1/+1
|
* Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.Sean Hall2022-06-071-155/+265
|
* Add support for semver in bundles and dependenciesRob Mensching2022-05-101-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 Hall2022-04-231-3/+2
| | | | Fixes 4039
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-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 Arnson2022-01-101-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 Hall2021-07-181-146/+34
|
* Allow access to persisted variables from related bundles.Jacob Hoover2021-07-181-0/+47
| | | | Implements #3704
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+1035