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