Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert ext\ to MSTest and traversal projects. | Bob Arnson | 12 days | 2 | -47/+49 |
| | | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage | ||||
* | From wixtoolset/wix3/pull/535 | Bevan Weiss | 2025-02-28 | 1 | -2/+2 |
| | | | | | | | | | | | 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 | 6 | -57/+29 |
| | | | | | | | | 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 | 2 | -32/+7 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8580 | ||||
* | Add UTF-8, no-prefix, and Unicode characters. | Bob Arnson | 2024-04-28 | 2 | -4/+6 |
| | |||||
* | Ensure virtual symbols are included when overridden but not referenced | Rob Mensching | 2024-03-08 | 1 | -6/+6 |
| | |||||
* | Add tests demonstrating linker error. | Bob Arnson | 2024-03-07 | 1 | -17/+49 |
| | |||||
* | More virtual/override symbols. | Bob Arnson | 2024-03-03 | 1 | -2/+2 |
| | | | | And *Sequence/Show works thusly, even with somewhat funky ids. | ||||
* | Remove InstallDirDlg reference from WixUI_Mondo | Bob Arnson | 2023-04-26 | 1 | -1/+0 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7436. | ||||
* | Add tests for custom WixUI sets. | Bob Arnson | 2023-03-13 | 8 | -4/+285 |
| | |||||
* | Prevent direct references to platform neutral WixUI | Rob Mensching | 2023-03-09 | 2 | -22/+69 |
| | | | | Fixes 7265 | ||||
* | Support ui:WixUI with WixUI_Common. | Bob Arnson | 2022-12-21 | 1 | -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 Arnson | 2022-12-06 | 1 | -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 namespace | Rob Mensching | 2022-11-08 | 2 | -3/+3 |
| | |||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -8/+1 |
| | |||||
* | Add WixUI/@InstallDirectory to simplify authoring. | Bob Arnson | 2022-09-22 | 2 | -3/+7 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6926. | ||||
* | Add missing Binary simple reference for UI.wixext dll. | Sean Hall | 2022-07-05 | 1 | -25/+124 |
| | |||||
* | Use UTF-8 for Kazakh language | Rob Mensching | 2022-03-14 | 1 | -0/+20 |
| | | | | Fixes 5685 | ||||
* | Add compiler extension to handle platforms. | Bob Arnson | 2022-01-30 | 6 | -42/+79 |
| | | | | | | | | 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. | ||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 1 | -4/+0 |
| | |||||
* | Read WindowsInstallerData at same XML conformance as writing | Rob Mensching | 2022-01-04 | 1 | -0/+33 |
| | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 1 | -6/+6 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -17/+6 |
| | |||||
* | Move UI.wixext into ext | Rob Mensching | 2021-05-03 | 8 | -0/+274 |