aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try setting DOTNET_DISABLE_GUI_ERRORS to prevent .NET install prompts for BAsRob Mensching2025-02-111-0/+4
* Harden Burn's BootstrapperApplication and elevated engine extractionRob Mensching2025-02-1112-42/+120
* Remove the working folder as late as possibleRob Mensching2025-02-111-5/+5
* Support extracting cabbed file straight to file handleRob Mensching2025-02-112-31/+99
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-3024-196/+196
* Remove unused const.Bob Arnson2024-12-261-1/+0
* Typos are bad; visible typos are an abomination.Bob Arnson2024-11-102-2/+2
* Log bundle registration scope.Bob Arnson2024-11-105-6/+17
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-251-5/+5
* Protect elevated working folder from malicious dataRob Mensching2024-03-225-7/+37
* Simplify BootstrapperApplication header filesRob Mensching2024-03-212-6/+6
* Clean up Burn a bit.Bob Arnson2024-03-145-3501/+1
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-077-91/+91
* Better .nupkg namesRob Mensching2024-03-072-7/+5
* WIP - BA header simplificationRob Mensching2024-03-063-6/+6
* Move the BootstrapperApplication out of procRob Mensching2024-03-0638-4288/+12111
* Cleaning up a typo and a missed commit.Bob Arnson2024-02-271-1/+1
* Fixes wixtoolset/issues#5220: Automatically add logging flag for any burn Exe...Nir Bar2024-01-206-1/+102
* Correctly prefix the functions exposed from burnpipe.hRob Mensching2024-01-117-96/+96
* Update Burn to use pipeutil for low-level pipe operationsRob Mensching2024-01-116-320/+77
* Rename inter-Burn communication related pipe fileRob Mensching2024-01-114-3/+3
* ArpEntry reads QuietUninstallString or UninstallString, and uses UninstallArg...Nir Bar2023-12-242-3/+24
* Improve logging to remove `(null)`.Bob Arnson2023-06-131-1/+1
* Tame some wild pointers.Bob Arnson2023-05-011-4/+4
* Add `InstallerInformationalVersion`.Bob Arnson2023-02-092-2/+29
* Don't uninstall superseded MSI packages.Sean Hall2023-01-191-2/+3
* Register the InstallDate in BurnRob Mensching2022-12-221-2/+11
* Get "real" Burn version for logging.Bob Arnson2022-12-212-1/+4
* Use MSI transaction end result to detect whether reboot is neededNir Bar2022-12-127-69/+167
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-2/+1
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-104-0/+66
* Add queutil so Burn can manage its own queue of BA requested actions.Sean Hall2022-10-2511-124/+244
* Burn typo/style fixesBob Arnson2022-09-221-2/+3
* Don't clean packages during layout.Sean Hall2022-09-151-1/+1
* Ignore cache bundle failure if it already exists in the package cache.Sean Hall2022-09-152-7/+12
* Add more burn E2E tests.Sean Hall2022-09-155-7/+37
* Support bundle updates in WixStdBA.Bob Arnson2022-09-121-1/+1
* Update hashes are now hex strings.Bob Arnson2022-09-125-17/+20
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-093-41/+33
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-038-40/+56
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-034-100/+121
* Delay closing Burn's UI thread so that it can log the bundle's restart.Sean Hall2022-09-035-40/+159
* Delay closing the bundle log so that restart failures will be logged.Sean Hall2022-09-032-33/+42
* Log message when the elevated process is not running elevated.Sean Hall2022-09-032-0/+12
* Mask the elevated secrets when logging its command line.Sean Hall2022-09-033-3/+27
* Supply hashes to BA if present in update feed.Bob Arnson2022-08-313-4/+27
* Pass `/xlog` to elevated engine.Bob Arnson2022-08-261-0/+6
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-264-1/+35
* Make sure error codes are translated correctly for per-machine packages.Sean Hall2022-08-268-160/+182
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-231-5/+9