aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+1
|
* Add WixUI/@InstallDirectory to simplify authoring.Bob Arnson2022-09-222-3/+7
| | | | Fixes https://github.com/wixtoolset/issues/issues/6926.
* Add missing Binary simple reference for UI.wixext dll.Sean Hall2022-07-051-25/+124
|
* Use UTF-8 for Kazakh languageRob Mensching2022-03-141-0/+20
| | | | Fixes 5685
* Add compiler extension to handle platforms.Bob Arnson2022-01-306-42/+79
| | | | | | | | 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.
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-271-4/+0
|
* Read WindowsInstallerData at same XML conformance as writingRob Mensching2022-01-041-0/+33
|
* Try to get more helpful test failure messages.Sean Hall2022-01-011-6/+6
|
* Implement integrated build processRob Mensching2021-05-111-17/+6
|
* Move UI.wixext into extRob Mensching2021-05-038-0/+274