aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixiuiba/WixInternalUIBootstrapperApplication.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-918/+0
|
* Change wixiuiba to request FORCE_PRESENT instead of REPAIR.Sean Hall2023-02-081-1/+1
| | | | | | Sending REINSTALL on the command line doesn't allow the maintenance dialog to be shown. Fixes 7184
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-261-2/+2
| | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-0/+918
Implements 6835