Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add files-in-use task dialog. | Bob Arnson | 2022-07-25 | 2 | -0/+27 |
| | | | | | | | | 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 compiler extension to handle platforms. | Bob Arnson | 2022-01-30 | 1 | -2/+2 |
| | | | | | | | | Custom actions to print EULA and validate install directories are defined in WixUIExtension compiler extension, to handle platform-specific custom actions referred to from `DoAction` control events. This is the least-worst solution, given the `DoAction` approach used in the WixUI authoring and anyone customizing a WixUI set. | ||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 5 | -0/+52 |
Fixes #6348 |