aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-3128-1002/+798
| | | | Fixes 6970
* Support bundle updates in WixStdBA.Bob Arnson2022-09-127-0/+29
| | | | Fixes https://github.com/wixtoolset/issues/issues/6894.
* Use conditional text rather than controls.Bob Arnson2022-08-182-4/+8
|
* Handle suppressed Options button.Bob Arnson2022-08-033-3/+6
| | | | Fixes https://github.com/wixtoolset/issues/issues/5624.
* Don't show FilesInUse dialogs if loc strings are missing.Sean Hall2022-07-253-1/+24
| | | | This allows all flavors of wixstdba to conditionally support them.
* Add dialog for non-RM FilesInUse and Netfx FilesInUse.Sean Hall2022-07-252-0/+8
| | | | Fixes 5208
* Add files-in-use task dialog.Bob Arnson2022-07-254-4/+8
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-202-0/+101
| | | | Implements 6835
* Move infinite loop detection into the hosts.Sean Hall2022-05-1425-0/+25
| | | | | | | 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.
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-166-25/+61
|
* Add Success page to prereq BA.Sean Hall2021-06-1727-23/+195
| | | | | | | This was needed to explain to the user that a restart is required but not allowed. It also allows localizing the reboot prompt. Fixes #3957, #5395
* Move Bal.wixext into extRob Mensching2021-05-0338-0/+1502