aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixext (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add compiler extension to handle platforms.Bob Arnson2022-01-302-0/+119
| | | | | | | | 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.
* Simplify and normalize ext projectsRob Mensching2021-12-301-3/+2
| | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other.
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-171-3/+6
|
* Implement integrated build processRob Mensching2021-05-112-11/+7
|
* Move UI.wixext into extRob Mensching2021-05-036-0/+162