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. --- src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/burn/TestData/FilesInUseTests') diff --git a/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs b/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs index a96c2a11..0902ff1a 100644 --- a/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs +++ b/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs @@ -1,10 +1,10 @@  - + - + -- cgit v1.2.3-55-g6feb