aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/BalBootstrapperEngine.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Report E_MOREDATA from Bal functions when string buffer too smallRob Mensching2024-04-041-0/+20
| | | | | | | | WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to match in a few missing cases. Fixes 8094
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-113/+1035
|
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-101-0/+28
|
* Update hashes are now hex strings.Bob Arnson2022-09-121-4/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/6901.
* Move balutil into API/burnRob Mensching2021-04-291-0/+629