aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/pseudobundle.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update hashes are now hex strings.Bob Arnson2022-09-121-3/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/6901.
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-11/+4
| | | | Related to #3693
* Add BURN_PROTOCOL_VERSION in registration to avoid version checks.Sean Hall2021-12-301-1/+1
| | | | Also, old versions of Burn should ignore ancestors if they doesn't support them.
* Add BA events for setting the update bundle.Sean Hall2021-12-111-0/+12
| | | | Fixes #6410
* Recreate the command line for the clean room process.Sean Hall2021-08-041-1/+0
| | | | | | Persist /xlog when resuming from RunOnce. Fixes #6259
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-1/+0
|
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-1/+1
|
* Move burn into burnRob Mensching2021-04-291-0/+40