aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days4-89/+66
| | | | | | | | - 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/535Bevan Weiss2025-02-2825-42/+42
| | | | | | | | | | | 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-2612-96/+126
| | | | | | | | 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-2614-608/+18
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Add UTF-8, no-prefix, and Unicode characters.Bob Arnson2024-04-282-4/+6
|
* Ensure virtual symbols are included when overridden but not referencedRob Mensching2024-03-081-6/+6
|
* Add tests demonstrating linker error.Bob Arnson2024-03-072-18/+50
|
* More virtual/override symbols.Bob Arnson2024-03-0312-19/+19
| | | | 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-162-3/+1
|
* Pretty up build outputRob Mensching2023-12-161-2/+2
|
* Remove InstallDirDlg reference from WixUI_MondoBob Arnson2023-04-262-2/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/7436.
* Add tests for custom WixUI sets.Bob Arnson2023-03-138-4/+285
|
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-099-84/+135
| | | | Fixes 7265
* Add missing log path for ui.cmdRob Mensching2023-02-281-0/+2
| | | | Fixes 7247
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-213-10/+10
|
* Support ui:WixUI with WixUI_Common.Bob Arnson2022-12-212-2/+10
| | | | | | 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-0612-97/+133
| | | | | | 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-132-2/+0
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-3141-23916/+25057
| | | | Fixes 6970
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-154-34/+24
| | | | Fixes 6944
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Fix UICompiler custom actions duplicationStefanStojanovic2022-09-281-25/+35
| | | | | | | For each ui:WixUI tag found, UICompiler adds PrintEula and ValidatePath custom actions. This causes problems with duplicate symbols if 2 or more such tags are used. This change makes sure that UI custom actions are added only once in total.
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+1
|
* Add WixUI/@InstallDirectory to simplify authoring.Bob Arnson2022-09-223-3/+19
| | | | Fixes https://github.com/wixtoolset/issues/issues/6926.
* Update Serbian locale name.Bob Arnson2022-08-061-0/+0
| | | | https://github.com/wixtoolset/issues/issues/6742
* Add missing Binary simple reference for UI.wixext dll.Sean Hall2022-07-052-25/+125
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* Use UTF-8 for Kazakh languageRob Mensching2022-03-142-1/+21
| | | | Fixes 5685
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-181-1/+0
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-2/+0
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Add compiler extension to handle platforms.Bob Arnson2022-01-3019-85/+238
| | | | | | | | 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 Hall2022-01-271-4/+0
|
* Read WindowsInstallerData at same XML conformance as writingRob Mensching2022-01-042-0/+39
|
* Try to get more helpful test failure messages.Sean Hall2022-01-011-6/+6
|
* Simplify and normalize ext projectsRob Mensching2021-12-302-10/+5
| | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other.
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-171-3/+6
|
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-1116-329/+51
|
* Move UI.wixext into extRob Mensching2021-05-03121-0/+27532