aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/regutil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.Sean Hall2022-06-071-1/+43
|
* Add support for semver in bundles and dependenciesRob Mensching2022-05-101-0/+11
| | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-0/+9
| | | | | | - 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-3/+16
| | | | | 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-7/+154
|
* Allow access to persisted variables from related bundles.Jacob Hoover2021-07-181-0/+8
| | | | Implements #3704
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+246