aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/BalBootstrapperEngine.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-4/+4
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* 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