aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days2-47/+49
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* From wixtoolset/wix3/pull/535Bevan Weiss2025-02-281-2/+2
| | | | | | | | | | | Lines in WixUI are too short for standard dialog widths. Increase them by 3 pixels. Fixes wixtoolset/issues#2691 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Drop CA path validation in WixUI by default.Bob Arnson2024-12-266-57/+29
| | | | | | | | Add `WixUI/ExtendedPathValidation="yes"` to opt-in. Removed the WIXUI_DONTVALIDATEPATH runtime opt-out. Fixes https://github.com/wixtoolset/issues/issues/8718 Relies on https://github.com/wixtoolset/wix/pull/563
* Replace EULA printing custom action with MsiPrint.Bob Arnson2024-12-262-32/+7
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Add UTF-8, no-prefix, and Unicode characters.Bob Arnson2024-04-282-4/+6
|
* Ensure virtual symbols are included when overridden but not referencedRob Mensching2024-03-081-6/+6
|
* Add tests demonstrating linker error.Bob Arnson2024-03-071-17/+49
|
* More virtual/override symbols.Bob Arnson2024-03-031-2/+2
| | | | And *Sequence/Show works thusly, even with somewhat funky ids.
* Remove InstallDirDlg reference from WixUI_MondoBob Arnson2023-04-261-1/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/7436.
* 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