aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/search.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Skip logging errors in some places when they are due to missing files or ↵Sean Hall2022-08-091-49/+40
| | | | | | registry keys or values. Related to 6696
* Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.Sean Hall2022-06-071-38/+12
|
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-281-1/+113
| | | | Fixes 5476
* Change SetVariable to format the value and convert it at search time.Sean Hall2022-02-231-14/+31
| | | | Fixes #6724
* Update search code with more concise Exit* macros and remove dead code.Sean Hall2022-02-231-117/+42
|
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-14/+2
| | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness.
* Move burn into burnRob Mensching2021-04-291-0/+1303