From aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 16 Dec 2018 17:21:36 -0600 Subject: Integrate into latest v4. Still needs TupleDefinitions and Messages. --- src/wixlib/IIsExtension_Platform.wxi | 45 +++++++++-------- src/wixlib/caSuffix.wxi | 28 +++++++++++ src/wixlib/caerr.wxi | 96 ++++++++++++++++++++++++++++++++++++ src/wixlib/iis.v3.ncrunchproject | 5 ++ src/wixlib/iis.wixproj | 44 +++++++++++++++++ src/wixlib/packages.config | 5 ++ 6 files changed, 200 insertions(+), 23 deletions(-) create mode 100644 src/wixlib/caSuffix.wxi create mode 100644 src/wixlib/caerr.wxi create mode 100644 src/wixlib/iis.v3.ncrunchproject create mode 100644 src/wixlib/iis.wixproj create mode 100644 src/wixlib/packages.config (limited to 'src/wixlib') diff --git a/src/wixlib/IIsExtension_Platform.wxi b/src/wixlib/IIsExtension_Platform.wxi index 1991ef99..ad53f0c1 100644 --- a/src/wixlib/IIsExtension_Platform.wxi +++ b/src/wixlib/IIsExtension_Platform.wxi @@ -22,18 +22,18 @@ !(loc.WriteIIS7ConfigChanges) - - - - - - + + + + + + - - - - - + + + + + NOT SKIPCONFIGUREIIS AND VersionNT > 400 @@ -41,23 +41,22 @@ - - + - - + + - - - - + + + + - - - - + + + + VersionNT > 400 diff --git a/src/wixlib/caSuffix.wxi b/src/wixlib/caSuffix.wxi new file mode 100644 index 00000000..a56a2393 --- /dev/null +++ b/src/wixlib/caSuffix.wxi @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wixlib/caerr.wxi b/src/wixlib/caerr.wxi new file mode 100644 index 00000000..141942f2 --- /dev/null +++ b/src/wixlib/caerr.wxi @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/wixlib/iis.v3.ncrunchproject b/src/wixlib/iis.v3.ncrunchproject new file mode 100644 index 00000000..319cd523 --- /dev/null +++ b/src/wixlib/iis.v3.ncrunchproject @@ -0,0 +1,5 @@ + + + True + + \ No newline at end of file diff --git a/src/wixlib/iis.wixproj b/src/wixlib/iis.wixproj new file mode 100644 index 00000000..2a2a1b53 --- /dev/null +++ b/src/wixlib/iis.wixproj @@ -0,0 +1,44 @@ + + + + + + + {92FE99D2-355D-4F52-A7C1-10EECB4A5BB1} + iis + Library + true + true + en-us + + + + + + + + + + + + + + + iisca + {CB3FB8C4-14BF-4EA6-9F01-7FB258E5AEF3} + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + \ No newline at end of file diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config new file mode 100644 index 00000000..f3d424e1 --- /dev/null +++ b/src/wixlib/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb