Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop CA path validation in WixUI by default. | Bob Arnson | 2024-12-26 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | Add compiler extension to handle platforms. | Bob Arnson | 2022-01-30 | 1 | -3/+3 |
| | | | | | | | | 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 ext | Rob Mensching | 2021-05-03 | 1 | -0/+27 |