aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixext (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop CA path validation in WixUI by default.Bob Arnson2024-12-261-1/+13
| | | | | | | | 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
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-161-2/+0
|
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-091-1/+0
| | | | Fixes 7265
* Better solution to the UI custom action "problem."Bob Arnson2022-12-061-38/+2
| | | | | | 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.
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-153-33/+7
| | | | Fixes 6944
* 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.
* Add WixUI/@InstallDirectory to simplify authoring.Bob Arnson2022-09-221-0/+12
| | | | Fixes https://github.com/wixtoolset/issues/issues/6926.
* Add missing Binary simple reference for UI.wixext dll.Sean Hall2022-07-051-0/+1
|
* 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-302-0/+119
| | | | | | | | 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.
* Simplify and normalize ext projectsRob Mensching2021-12-301-3/+2
| | | | | | 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.
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-171-3/+6
|
* Implement integrated build processRob Mensching2021-05-112-11/+7
|
* Move UI.wixext into extRob Mensching2021-05-036-0/+162