From 7331d04fc505a091d99bfa48695cabab0d2db80c Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 20 May 2026 09:30:32 -0700 Subject: Start WiX Toolset v8 --- src/internal/targets/CheckLicenseAcceptance.targets | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/internal') diff --git a/src/internal/targets/CheckLicenseAcceptance.targets b/src/internal/targets/CheckLicenseAcceptance.targets index 61155827..4ab17016 100644 --- a/src/internal/targets/CheckLicenseAcceptance.targets +++ b/src/internal/targets/CheckLicenseAcceptance.targets @@ -4,7 +4,7 @@ @@ -12,19 +12,19 @@ - <_Wix7EulaFile>$(USERPROFILE)\.wix\wix7-osmf-eula.txt + <_Wix8EulaFile>$(USERPROFILE)\.wix\wix8-osmf-eula.txt - - + + + Condition=" '@(_Wix8LicenseAccepted)' == '' and !Exists('$(_Wix8EulaFile)')" /> -- cgit v1.2.3-55-g6feb