Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 40 | -1703/+0 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 28 | -1002/+798 |
| | | | | Fixes 6970 | ||||
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 7 | -0/+29 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6894. | ||||
* | Use conditional text rather than controls. | Bob Arnson | 2022-08-18 | 2 | -4/+8 |
| | |||||
* | Handle suppressed Options button. | Bob Arnson | 2022-08-03 | 3 | -3/+6 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/5624. | ||||
* | Don't show FilesInUse dialogs if loc strings are missing. | Sean Hall | 2022-07-25 | 3 | -1/+24 |
| | | | | This allows all flavors of wixstdba to conditionally support them. | ||||
* | Add dialog for non-RM FilesInUse and Netfx FilesInUse. | Sean Hall | 2022-07-25 | 2 | -0/+8 |
| | | | | Fixes 5208 | ||||
* | Add files-in-use task dialog. | Bob Arnson | 2022-07-25 | 4 | -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 Hall | 2022-07-20 | 2 | -0/+101 |
| | | | | Implements 6835 | ||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 25 | -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 Hall | 2022-03-16 | 6 | -25/+61 |
| | |||||
* | Add Success page to prereq BA. | Sean Hall | 2021-06-17 | 27 | -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 ext | Rob Mensching | 2021-05-03 | 38 | -0/+1502 |