aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/WixUI_Mondo.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove InstallDirDlg reference from WixUI_MondoBob Arnson2023-06-031-1/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/7436.
* 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-1/+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/+78