aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/ca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop CA path validation in WixUI by default.Bob Arnson2024-12-261-21/+21
| | | | | | | | 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-263-558/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* Add compiler extension to handle platforms.Bob Arnson2022-01-301-0/+16
| | | | | | | | 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.
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Implement integrated build processRob Mensching2021-05-111-4/+4
|
* Move UI.wixext into extRob Mensching2021-05-039-0/+816