aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixiuiba (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-5/+1
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* WIP - BA header simplificationRob Mensching2024-03-061-4/+0
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-068-1147/+46
|
* 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
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* 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-208-0/+1252
Implements 6835