summaryrefslogtreecommitdiff
path: root/src/burn/engine/precomp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-2/+2
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Clean up Burn a bit.Bob Arnson2024-03-141-1/+0
|
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-1/+1
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Better .nupkg namesRob Mensching2024-03-071-2/+0
|
* WIP - BA header simplificationRob Mensching2024-03-061-3/+3
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-3/+5
|
* Update Burn to use pipeutil for low-level pipe operationsRob Mensching2024-01-111-0/+1
|
* Rename inter-Burn communication related pipe fileRob Mensching2024-01-111-1/+1
| | | | | | | When BootstrapperApplications move out of proc there will be another set of pipes in Burn that behave differently from the inter-Burn communication pipes that exist now. So renaming the existing pipe related files now to better reflect that it is related to Burn talking to Burn when elevated or embedded.
* Add queutil so Burn can manage its own queue of BA requested actions.Sean Hall2022-10-251-0/+1
| | | | Fixes 6349
* Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.Sean Hall2022-06-291-0/+1
|
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-071-0/+1
|
* Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.Sean Hall2022-04-131-0/+1
|
* Refactor related bundle enumeration into butil.Sean Hall2022-03-011-0/+1
| | | | Related to #3693
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-0/+1
| | | | Related to #3693
* Revert .wixburn version since the format didn't change.Sean Hall2021-12-301-0/+1
|
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-1/+1
|
* Replace static cache internals with a struct.Sean Hall2021-08-041-1/+1
| | | | Initialize them explicitly to make it clearer when that happens.
* Bring back Burn's implementation of signature verification.Sean Hall2021-05-111-0/+1
| | | | partial #6447
* Move burn into burnRob Mensching2021-04-291-0/+102