aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/ui.wixproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-211-8/+5
|
* Better solution to the UI custom action "problem."Bob Arnson2022-12-061-9/+7
| | | | | | 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.
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Add compiler extension to handle platforms.Bob Arnson2022-01-301-1/+3
| | | | | | | | 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.
* Implement integrated build processRob Mensching2021-05-111-1/+2
|
* Move UI.wixext into extRob Mensching2021-05-031-0/+36