Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -2/+2 |
| | | | | | | | 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". | ||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -60/+103 |
| | |||||
* | Correctly prefix the functions exposed from burnpipe.h | Rob Mensching | 2024-01-11 | 1 | -2/+2 |
| | |||||
* | Update Burn to use pipeutil for low-level pipe operations | Rob Mensching | 2024-01-11 | 1 | -2/+2 |
| | |||||
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 1 | -0/+20 |
| | |||||
* | Add queutil so Burn can manage its own queue of BA requested actions. | Sean Hall | 2022-10-25 | 1 | -51/+115 |
| | | | | Fixes 6349 | ||||
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 1 | -1/+1 |
| | | | | | | | | Fix bug where first splash screen wasn't closed. Fix bug where billboard only started the first time. Fix bug where the restart status was lost when the exit code was an error. Fix bug where the hash byte array length was compared to the hash string length (string is twice as long). Fix bug where Burn didn't give update hash if the first byte was 0. | ||||
* | Update hashes are now hex strings. | Bob Arnson | 2022-09-12 | 1 | -5/+4 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6901. | ||||
* | Make Burn ignore unknown embedded messages. | Sean Hall | 2022-06-29 | 1 | -2/+18 |
| | |||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -34/+52 |
| | | | | Fixes #6410 | ||||
* | Recreate the command line for the clean room process. | Sean Hall | 2021-08-04 | 1 | -2/+2 |
| | | | | | | Persist /xlog when resuming from RunOnce. Fixes #6259 | ||||
* | Parse most of Burn command line parameters into BURN_ENGINE_COMMAND. | Sean Hall | 2021-08-04 | 1 | -3/+3 |
| | |||||
* | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -1/+1 |
| | |||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 1 | -1/+1 |
| | | | | Fixes #4975 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+805 |