aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/WixUI_Minimal.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace EULA printing custom action with MsiPrint.Bob Arnson2024-12-261-4/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Introducing the WiX Standard LibraryRob Mensching2023-12-161-1/+0
| | | | Completes 7914
* Initial support for virtual symbols.Rob Mensching2023-12-161-2/+2
| | | | Completes 7913
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-091-11/+11
| | | | Fixes 7265
* Better solution to the UI custom action "problem."Bob Arnson2022-12-061-1/+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 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/+63