Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | From wixtoolset/wix3/pull/535 | Bevan Weiss | 2025-02-28 | 24 | -40/+40 |
| | | | | | | | | | | | 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 Arnson | 2024-12-26 | 4 | -17/+63 |
| | | | | | | | | 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 Arnson | 2024-12-26 | 9 | -18/+11 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8580 | ||||
* | More virtual/override symbols. | Bob Arnson | 2024-03-03 | 11 | -17/+17 |
| | | | | And *Sequence/Show works thusly, even with somewhat funky ids. | ||||
* | Introducing the WiX Standard Library | Rob Mensching | 2023-12-16 | 1 | -1/+0 |
| | | | | Completes 7914 | ||||
* | Initial support for virtual symbols. | Rob Mensching | 2023-12-16 | 1 | -2/+2 |
| | | | | Completes 7913 | ||||
* | Link localizations from WixExtensions the same as sections | Rob Mensching | 2023-12-16 | 1 | -1/+1 |
| | |||||
* | Remove InstallDirDlg reference from WixUI_Mondo | Bob Arnson | 2023-04-26 | 1 | -1/+0 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7436. | ||||
* | Prevent direct references to platform neutral WixUI | Rob Mensching | 2023-03-09 | 6 | -61/+66 |
| | | | | Fixes 7265 | ||||
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 2 | -9/+6 |
| | |||||
* | Support ui:WixUI with WixUI_Common. | Bob Arnson | 2022-12-21 | 1 | -1/+9 |
| | | | | | | 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 Arnson | 2022-12-06 | 10 | -37/+73 |
| | | | | | | 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. | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 41 | -23916/+25057 |
| | | | | Fixes 6970 | ||||
* | Update Serbian locale name. | Bob Arnson | 2022-08-06 | 1 | -0/+0 |
| | | | | https://github.com/wixtoolset/issues/issues/6742 | ||||
* | Use UTF-8 for Kazakh language | Rob Mensching | 2022-03-14 | 1 | -1/+1 |
| | | | | Fixes 5685 | ||||
* | Add compiler extension to handle platforms. | Bob Arnson | 2022-01-30 | 10 | -43/+24 |
| | | | | | | | | 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. | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -1/+2 |
| | |||||
* | Move UI.wixext into ext | Rob Mensching | 2021-05-03 | 87 | -0/+25904 |