summaryrefslogtreecommitdiff
path: root/src/ext/UI/test/WixToolsetTest.UI/UIExtensionFixture.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop CA path validation in WixUI by default.Bob Arnson2024-12-261-36/+10
| | | | | | | | 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-31/+7
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Add UTF-8, no-prefix, and Unicode characters.Bob Arnson2024-04-281-1/+1
|
* Ensure virtual symbols are included when overridden but not referencedRob Mensching2024-03-081-6/+6
|
* Add tests demonstrating linker error.Bob Arnson2024-03-071-17/+49
|
* More virtual/override symbols.Bob Arnson2024-03-031-2/+2
| | | | And *Sequence/Show works thusly, even with somewhat funky ids.
* Remove InstallDirDlg reference from WixUI_MondoBob Arnson2023-04-261-1/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/7436.
* Add tests for custom WixUI sets.Bob Arnson2023-03-131-2/+85
|
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-091-22/+46
| | | | Fixes 7265
* Support ui:WixUI with WixUI_Common.Bob Arnson2022-12-211-1/+1
| | | | | | 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-061-22/+58
| | | | | | 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.
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-2/+2
|
* Add WixUI/@InstallDirectory to simplify authoring.Bob Arnson2022-09-221-1/+5
| | | | Fixes https://github.com/wixtoolset/issues/issues/6926.
* Add missing Binary simple reference for UI.wixext dll.Sean Hall2022-07-051-25/+124
|
* Use UTF-8 for Kazakh languageRob Mensching2022-03-141-0/+20
| | | | Fixes 5685
* Add compiler extension to handle platforms.Bob Arnson2022-01-301-31/+68
| | | | | | | | 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.
* Read WindowsInstallerData at same XML conformance as writingRob Mensching2022-01-041-0/+33
|
* Try to get more helpful test failure messages.Sean Hall2022-01-011-6/+6
|
* Move UI.wixext into extRob Mensching2021-05-031-0/+111