aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/Common_Platform.wxi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace EULA printing custom action with MsiPrint.Bob Arnson2024-12-261-4/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-211-1/+1
|
* Better solution to the UI custom action "problem."Bob Arnson2022-12-061-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 Arnson2022-01-301-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 extRob Mensching2021-05-031-0/+19