Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for custom WixUI sets. | Bob Arnson | 2023-03-13 | 7 | -2/+200 |
| | |||||
* | Prevent direct references to platform neutral WixUI | Rob Mensching | 2023-03-09 | 1 | -0/+23 |
| | | | | Fixes 7265 | ||||
* | Add WixUI/@InstallDirectory to simplify authoring. | Bob Arnson | 2022-09-22 | 1 | -2/+2 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6926. | ||||
* | Add compiler extension to handle platforms. | Bob Arnson | 2022-01-30 | 5 | -11/+11 |
| | | | | | | | | 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. | ||||
* | Move UI.wixext into ext | Rob Mensching | 2021-05-03 | 6 | -0/+120 |