From eb25f452c1ca1afb53c102e2619148092829cfe5 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 2 Sep 2020 14:15:32 -0400 Subject: Fix Condition authoring. --- src/wixlib/HttpExtension_Platform.wxi | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'src/wixlib') diff --git a/src/wixlib/HttpExtension_Platform.wxi b/src/wixlib/HttpExtension_Platform.wxi index 28b3afe1..9722e2e7 100644 --- a/src/wixlib/HttpExtension_Platform.wxi +++ b/src/wixlib/HttpExtension_Platform.wxi @@ -1,5 +1,4 @@ - - + @@ -8,12 +7,12 @@ - !(loc.WixSchedHttpUrlReservationsInstall) - !(loc.WixSchedHttpUrlReservationsUninstall) - !(loc.WixRollbackHttpUrlReservationsInstall) - !(loc.WixExecHttpUrlReservationsInstall) - !(loc.WixRollbackHttpUrlReservationsUninstall) - !(loc.WixExecHttpUrlReservationsUninstall) + + + + + + @@ -27,12 +26,8 @@ We need the HTTP server on Windows XP SP2 or later. --> - - = 600 OR (VersionNT >= 501 AND ((MsiNTProductType = 1 AND ServicePackLevel >= 2) OR (MsiNTProductType > 1))) ]]> - - - = 600 OR (VersionNT >= 501 AND ((MsiNTProductType = 1 AND ServicePackLevel >= 2) OR (MsiNTProductType > 1))) ]]> - + + -- cgit v1.2.3-55-g6feb