aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/uithread.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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