aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/test/WixToolsetTest.UI/TestData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-265-21/+19
| | | | | | | | 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-261-1/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Add UTF-8, no-prefix, and Unicode characters.Bob Arnson2024-04-281-3/+5
|
* Add tests for custom WixUI sets.Bob Arnson2023-03-137-2/+200
|
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-091-0/+23
| | | | Fixes 7265
* Add WixUI/@InstallDirectory to simplify authoring.Bob Arnson2022-09-221-2/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/6926.
* Add compiler extension to handle platforms.Bob Arnson2022-01-305-11/+11
| | | | | | | | 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.
* Move UI.wixext into extRob Mensching2021-05-036-0/+120