From a678473353eacdbed7a46edc958bc02b1fdb8fef Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 2 Sep 2020 13:39:12 -0400 Subject: Fix Condition authoring. --- .../WixToolsetTest.Util/UtilExtensionFixture.cs | 8 +-- src/wixlib/UtilExtension_Platform.wxi | 65 +++++++++++----------- 2 files changed, 36 insertions(+), 37 deletions(-) (limited to 'src') diff --git a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs index 0125dcc1..101d71e8 100644 --- a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs +++ b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs @@ -121,11 +121,11 @@ namespace WixToolsetTest.Util "CustomAction:Wix4ConfigureEventManifestUnregister_A64\t1\tWix4UtilCA_A64\tConfigureEventManifestUnregister\t", "CustomAction:Wix4ExecXmlFile_A64\t11265\tWix4UtilCA_A64\tExecXmlFile\t", "CustomAction:Wix4ExecXmlFileRollback_A64\t11521\tWix4UtilCA_A64\tExecXmlFileRollback\t", - "CustomAction:Wix4RegisterEventManifest_A64\t3073\tWix4UtilCA_A64\tCAQuietExec\t", - "CustomAction:Wix4RollbackRegisterEventManifest_A64\t3393\tWix4UtilCA_A64\tCAQuietExec\t", - "CustomAction:Wix4RollbackUnregisterEventManifest_A64\t3329\tWix4UtilCA_A64\tCAQuietExec\t", + "CustomAction:Wix4RegisterEventManifest_A64\t3073\tWix4UtilCA_A64\tWixQuietExec\t", + "CustomAction:Wix4RollbackRegisterEventManifest_A64\t3393\tWix4UtilCA_A64\tWixQuietExec\t", + "CustomAction:Wix4RollbackUnregisterEventManifest_A64\t3329\tWix4UtilCA_A64\tWixQuietExec\t", "CustomAction:Wix4SchedXmlFile_A64\t1\tWix4UtilCA_A64\tSchedXmlFile\t", - "CustomAction:Wix4UnregisterEventManifest_A64\t3137\tWix4UtilCA_A64\tCAQuietExec\t", + "CustomAction:Wix4UnregisterEventManifest_A64\t3137\tWix4UtilCA_A64\tWixQuietExec\t", "Wix4EventManifest:Manifest.dll\t[#Manifest.dll]", "Wix4XmlFile:Config_Manifest.dllMessageFile\t[#Manifest.dll]\t/*/*/*/*[\\[]@messageFileName[\\]]\tmessageFileName\t[Manifest.dll]\t4100\tManifest.dll\t", "Wix4XmlFile:Config_Manifest.dllResourceFile\t[#Manifest.dll]\t/*/*/*/*[\\[]@resourceFileName[\\]]\tresourceFileName\t[Manifest.dll]\t4100\tManifest.dll\t", diff --git a/src/wixlib/UtilExtension_Platform.wxi b/src/wixlib/UtilExtension_Platform.wxi index 5fb1d0ae..c3a5d1d6 100644 --- a/src/wixlib/UtilExtension_Platform.wxi +++ b/src/wixlib/UtilExtension_Platform.wxi @@ -1,5 +1,4 @@ - - + @@ -9,7 +8,7 @@ - WIXFAILWHENDEFERRED=1 AND VersionNT > 400 + @@ -33,7 +32,7 @@ - NEWERVERSIONDETECTED AND VersionNT > 400 + @@ -103,7 +102,7 @@ - NOT REMOVE~="ALL" AND VersionNT > 400 + @@ -113,7 +112,7 @@ - VersionNT > 400 + @@ -135,7 +134,7 @@ - VersionNT > 400 + @@ -150,8 +149,8 @@ - VersionNT > 400 - VersionNT > 400 + + @@ -166,8 +165,8 @@ - VersionNT > 400 - VersionNT > 400 + + @@ -182,36 +181,36 @@ - VersionNT > 400 - VersionNT > 400 + + - - - - + + + + - VersionNT > 400 - VersionNT > 400 + + - - - - + + + + - VersionNT > 400 - VersionNT > 400 + + @@ -222,7 +221,7 @@ - NOT REMOVE~="ALL" AND VersionNT > 400 + @@ -246,7 +245,7 @@ - VersionNT > 400 + @@ -258,7 +257,7 @@ - VersionNT > 400 + @@ -268,9 +267,9 @@ - VersionNT > 400 - VersionNT > 400 - VersionNT > 400 + + + @@ -284,8 +283,8 @@ - NOT REMOVE~="ALL" AND VersionNT > 400 - VersionNT > 400 + + -- cgit v1.2.3-55-g6feb