aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/test/WixToolsetTest.UI (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for custom WixUI sets.Bob Arnson2023-03-138-4/+285
|
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-092-22/+69
| | | | Fixes 7265
* Support ui:WixUI with WixUI_Common.Bob Arnson2022-12-211-1/+1
| | | | | | 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-061-22/+58
| | | | | | 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.
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* 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