From e9d10933bedb8215ec50ca85db272d6647426b31 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 5 Mar 2020 19:48:12 -0500 Subject: Version extension ids. Partial fix for wixtoolset/issues#5933. --- src/wixlib/UtilExtension.wxs | 181 ++++++++++++++++------------------ src/wixlib/UtilExtension_Platform.wxi | 179 +++++++++++++++++---------------- src/wixlib/caDecor.wxi | 40 ++++++++ src/wixlib/caSuffix.wxi | 28 ------ src/wixlib/util.wixproj | 2 +- 5 files changed, 216 insertions(+), 214 deletions(-) create mode 100644 src/wixlib/caDecor.wxi delete mode 100644 src/wixlib/caSuffix.wxi (limited to 'src/wixlib') diff --git a/src/wixlib/UtilExtension.wxs b/src/wixlib/UtilExtension.wxs index e77b529b..28646ee1 100644 --- a/src/wixlib/UtilExtension.wxs +++ b/src/wixlib/UtilExtension.wxs @@ -3,6 +3,7 @@ + @@ -63,368 +64,358 @@ - + - WIXFAILWHENDEFERRED=1 AND VersionNT > 400 + WIXFAILWHENDEFERRED=1 AND VersionNT > 400 - + - + - + - + - + - NEWERVERSIONDETECTED AND VersionNT > 400 + NEWERVERSIONDETECTED AND VersionNT > 400 - + - + - + - + - + - + - + - VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) + VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) - VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) + VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) + VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) - VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) + VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) + VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) - VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) + VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) - + - + - + - + - + - + - + - + - VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) + VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) - VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) + VersionNT > 400 OR (VersionNT = 400 AND ServicePackLevel > 3) - + - + - + - + - - - - - - - - - - - + - + - + - + - + diff --git a/src/wixlib/UtilExtension_Platform.wxi b/src/wixlib/UtilExtension_Platform.wxi index 4f76c687..0d7fed09 100644 --- a/src/wixlib/UtilExtension_Platform.wxi +++ b/src/wixlib/UtilExtension_Platform.wxi @@ -3,8 +3,7 @@ - - + - NOT REMOVE~="ALL" AND VersionNT > 400 + NOT REMOVE~="ALL" AND VersionNT > 400 - - - + + + - VersionNT > 400 + VersionNT > 400 - + - + - - - + + + - + - VersionNT > 400 + VersionNT > 400 - - - - - - + + + + + + - VersionNT > 400 - VersionNT > 400 + VersionNT > 400 + VersionNT > 400 - - - - - - + + + + + + - VersionNT > 400 - VersionNT > 400 + VersionNT > 400 + VersionNT > 400 - - - - - - + + + + + + - VersionNT > 400 - VersionNT > 400 + VersionNT > 400 + VersionNT > 400 - - - - - - + + + + + + - VersionNT > 400 - VersionNT > 400 + VersionNT > 400 + VersionNT > 400 - - - - - - + + + + + + - VersionNT > 400 - VersionNT > 400 + VersionNT > 400 + VersionNT > 400 - - - + + + - NOT REMOVE~="ALL" AND VersionNT > 400 + NOT REMOVE~="ALL" AND VersionNT > 400 - - - - + + + + - - + + - - - + + + - VersionNT > 400 + VersionNT > 400 - - - + + + - VersionNT > 400 + VersionNT > 400 - - - + + + - VersionNT > 400 - VersionNT > 400 - VersionNT > 400 + VersionNT > 400 + VersionNT > 400 + VersionNT > 400 @@ -196,29 +195,29 @@ - - - - + + + + - NOT REMOVE~="ALL" AND VersionNT > 400 - VersionNT > 400 + NOT REMOVE~="ALL" AND VersionNT > 400 + VersionNT > 400 - - - + + + - + - + diff --git a/src/wixlib/caDecor.wxi b/src/wixlib/caDecor.wxi new file mode 100644 index 00000000..1d00df8f --- /dev/null +++ b/src/wixlib/caDecor.wxi @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wixlib/caSuffix.wxi b/src/wixlib/caSuffix.wxi deleted file mode 100644 index a56a2393..00000000 --- a/src/wixlib/caSuffix.wxi +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj index f9dbabb8..21d96832 100644 --- a/src/wixlib/util.wixproj +++ b/src/wixlib/util.wixproj @@ -33,7 +33,7 @@ - + -- cgit v1.2.3-55-g6feb