From 8221d973ae2482bcb7eca84081be8a3ca48f2f5c Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 2 Sep 2020 14:12:13 -0400 Subject: Fix Condition authoring. --- src/ca/iisca.vcxproj | 1 - src/wixlib/IIsExtension_Platform.wxi | 31 +++++++++++++++---------------- 2 files changed, 15 insertions(+), 17 deletions(-) (limited to 'src') diff --git a/src/ca/iisca.vcxproj b/src/ca/iisca.vcxproj index 4361b658..250482e0 100644 --- a/src/ca/iisca.vcxproj +++ b/src/ca/iisca.vcxproj @@ -47,7 +47,6 @@ Unicode iisca.def WiX Toolset Iis CustomAction - 10.0 diff --git a/src/wixlib/IIsExtension_Platform.wxi b/src/wixlib/IIsExtension_Platform.wxi index dd9646df..e49dc364 100644 --- a/src/wixlib/IIsExtension_Platform.wxi +++ b/src/wixlib/IIsExtension_Platform.wxi @@ -1,5 +1,4 @@ - - + @@ -8,18 +7,18 @@ - !(loc.ConfigureIIs) - !(loc.ConfigureIIsExec) - !(loc.StartMetabaseTransaction) - !(loc.RollbackMetabaseTransaction) - !(loc.CommitMetabaseTransaction) - !(loc.WriteMetabaseChanges) + + + + + + - !(loc.ConfigureIIs7Exec) - !(loc.StartIIS7ConfigTransaction) - !(loc.RollbackIIS7ConfigTransaction) - !(loc.CommitIIS7ConfigTransaction) - !(loc.WriteIIS7ConfigChanges) + + + + + @@ -36,7 +35,7 @@ - NOT SKIPCONFIGUREIIS AND VersionNT > 400 + @@ -59,8 +58,8 @@ - VersionNT > 400 - VersionNT > 400 + + -- cgit v1.2.3-55-g6feb