From 7ce477c6863c74ef0a50d117d8c28b2f19971b42 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 29 Jan 2022 23:44:11 -0500 Subject: Add compiler extension to handle platforms. 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. --- .../UI/test/WixToolsetTest.UI/TestData/WixUI_FeatureTree/Package.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ext/UI/test/WixToolsetTest.UI/TestData/WixUI_FeatureTree') diff --git a/src/ext/UI/test/WixToolsetTest.UI/TestData/WixUI_FeatureTree/Package.wxs b/src/ext/UI/test/WixToolsetTest.UI/TestData/WixUI_FeatureTree/Package.wxs index aff1c077..7c4db223 100644 --- a/src/ext/UI/test/WixToolsetTest.UI/TestData/WixUI_FeatureTree/Package.wxs +++ b/src/ext/UI/test/WixToolsetTest.UI/TestData/WixUI_FeatureTree/Package.wxs @@ -1,4 +1,4 @@ - + @@ -12,7 +12,7 @@ - + -- cgit v1.2.3-55-g6feb