aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From wixtoolset/wix3/pull/535Bevan Weiss2025-02-2824-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 Arnson2024-12-264-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 Arnson2024-12-269-18/+11
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* More virtual/override symbols.Bob Arnson2024-03-0311-17/+17
| | | | And *Sequence/Show works thusly, even with somewhat funky ids.
* Introducing the WiX Standard LibraryRob Mensching2023-12-161-1/+0
| | | | Completes 7914
* Initial support for virtual symbols.Rob Mensching2023-12-161-2/+2
| | | | Completes 7913
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-161-1/+1
|
* Remove InstallDirDlg reference from WixUI_MondoBob Arnson2023-04-261-1/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/7436.
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-096-61/+66
| | | | Fixes 7265
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-212-9/+6
|
* Support ui:WixUI with WixUI_Common.Bob Arnson2022-12-211-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 Arnson2022-12-0610-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_initRob Mensching2022-11-131-1/+0
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-3141-23916/+25057
| | | | Fixes 6970
* Update Serbian locale name.Bob Arnson2022-08-061-0/+0
| | | | https://github.com/wixtoolset/issues/issues/6742
* Use UTF-8 for Kazakh languageRob Mensching2022-03-141-1/+1
| | | | Fixes 5685
* Add compiler extension to handle platforms.Bob Arnson2022-01-3010-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 processRob Mensching2021-05-111-1/+2
|
* Move UI.wixext into extRob Mensching2021-05-0387-0/+25904