aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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