Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 1 | -2/+2 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Clean up Burn a bit. | Bob Arnson | 2024-03-14 | 1 | -1/+0 |
| | |||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 1 | -1/+1 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 1 | -2/+0 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 1 | -3/+3 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -3/+5 |
| | |||||
* | Update Burn to use pipeutil for low-level pipe operations | Rob Mensching | 2024-01-11 | 1 | -0/+1 |
| | |||||
* | Rename inter-Burn communication related pipe file | Rob Mensching | 2024-01-11 | 1 | -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 Hall | 2022-10-25 | 1 | -0/+1 |
| | | | | Fixes 6349 | ||||
* | Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion. | Sean Hall | 2022-06-29 | 1 | -0/+1 |
| | |||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -0/+1 |
| | |||||
* | Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest. | Sean Hall | 2022-04-13 | 1 | -0/+1 |
| | |||||
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 1 | -0/+1 |
| | | | | Related to #3693 | ||||
* | Don't assume Exe packages with Burn protocol are bundles. | Sean Hall | 2022-01-04 | 1 | -0/+1 |
| | | | | Related to #3693 | ||||
* | Revert .wixburn version since the format didn't change. | Sean Hall | 2021-12-30 | 1 | -0/+1 |
| | |||||
* | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -1/+1 |
| | |||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -1/+1 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Bring back Burn's implementation of signature verification. | Sean Hall | 2021-05-11 | 1 | -0/+1 |
| | | | | partial #6447 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+102 |