aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/uithread.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-031-0/+10
| | | | Fixes 6145
* Delay closing Burn's UI thread so that it can log the bundle's restart.Sean Hall2022-09-031-14/+48
|
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-191-12/+0
| | | | Fixes 6869
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-1/+1
| | | | Implements 6835
* Only block shutdown during Apply.Sean Hall2022-05-041-13/+7
|
* Assume critical shutdown was caused by the current package.Sean Hall2022-05-041-0/+4
| | | | | Packages should not be retried if a restart was initiated. Only the first package that initiated restart should be stored in BURN_BUNDLE_FORCED_RESTART_PACKAGE.
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-1/+1
|
* Replace static cache internals with a struct.Sean Hall2021-08-041-6/+6
| | | | Initialize them explicitly to make it clearer when that happens.
* Move burn into burnRob Mensching2021-04-291-0/+222