aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-1/+3
| | | | Implements 6835
* Add option to hosts to always install prereqs.Sean Hall2022-05-141-0/+1
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Move infinite loop detection into the hosts.Sean Hall2022-05-141-0/+16
Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba.