aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tame some wild pointers.Bob Arnson2023-06-031-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
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-199-98/+325
* Create log for elevated process.Sean Hall2022-08-193-0/+22
* Fix bug in IsWuRebootPending where it uninitialized COM on failure.Sean Hall2022-08-191-2/+7
* Resume automatic updates as part of ApplyUninitialize.Sean Hall2022-08-193-13/+20
* Skip logging errors in some places when they are due to missing files or regi...Sean Hall2022-08-098-136/+100
* Add ability to skip a local path candidate if it failed verification.Sean Hall2022-08-039-29/+221
* Make the clean room process replace the splash screen with its own.Sean Hall2022-08-032-1/+20
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-0211-65/+180
* Remove support for uninstalling MSU package.Sean Hall2022-07-213-94/+7
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-203-5/+5
* Make Burn ignore unknown embedded messages.Sean Hall2022-06-295-21/+36
* Add embedded test.Sean Hall2022-06-296-32/+67
* Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.Sean Hall2022-06-298-104/+109
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-278-69/+62
* Burn can only log errors while logutil is initialized and not closed.Sean Hall2022-06-271-0/+41
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-147-57/+161
* Add ability for non-vital cache package action.Sean Hall2022-06-1410-64/+207
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-138-41/+295
* Make sure base paths are fully qualified in Burn.Sean Hall2022-06-0712-40/+58
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-072-3/+17
* Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.Sean Hall2022-06-071-38/+12
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-074-56/+101
* Add PathSkipPastRoot.Sean Hall2022-06-073-4/+6