aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/WixUI_Advanced.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More virtual/override symbols.Bob Arnson2024-03-031-4/+4
| | | | And *Sequence/Show works thusly, even with somewhat funky ids.
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-091-13/+13
| | | | Fixes 7265
* Better solution to the UI custom action "problem."Bob Arnson2022-12-061-3/+11
| | | | | | 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 Arnson2022-01-301-1/+0
| | | | | | | | 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 extRob Mensching2021-05-031-0/+121