aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib (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-096-61/+66
| | | | Fixes 7265
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-212-9/+6
|
* Support ui:WixUI with WixUI_Common.Bob Arnson2022-12-211-1/+9
| | | | | | It's not needed but we should support the consistency. Fixes https://github.com/wixtoolset/issues/issues/6998
* Better solution to the UI custom action "problem."Bob Arnson2022-12-0610-37/+73
| | | | | | 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
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-3141-23916/+25057
| | | | Fixes 6970
* Update Serbian locale name.Bob Arnson2022-08-061-0/+0
| | | | https://github.com/wixtoolset/issues/issues/6742
* Use UTF-8 for Kazakh languageRob Mensching2022-03-141-1/+1
| | | | Fixes 5685
* Add compiler extension to handle platforms.Bob Arnson2022-01-3010-43/+24
| | | | | | | | 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-0387-0/+25904