Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 1 | -1/+1 |
| | |||||
* | Better solution to the UI custom action "problem." | Bob Arnson | 2022-12-06 | 1 | -7/+9 |
| | | | | | | Add platform-specific fragments that are referenced by the compiler extension. That makes it easier to customize: Just copy the dialog set authoring and rename, like in v3. | ||||
* | Add compiler extension to handle platforms. | Bob Arnson | 2022-01-30 | 1 | -10/+7 |
| | | | | | | | | 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 | 1 | -0/+19 |