aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/test/WixToolsetTest.UI/TestData/InstallDir_SpecialDlg (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-261-7/+4
| | | | | | | | 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-131-0/+106