From 74ca49020e2f382437337f166711ea87556865bd Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 19 Jan 2019 20:31:52 -0600 Subject: Integrate into latest v4. --- src/wixlib/MsmqExtension.wixproj | 24 ---------- src/wixlib/MsmqExtension.wxs | 15 +++---- src/wixlib/caerr.wxi | 96 ++++++++++++++++++++++++++++++++++++++++ src/wixlib/msmq.wixproj | 40 +++++++++++++++++ src/wixlib/packages.config | 5 +++ 5 files changed, 148 insertions(+), 32 deletions(-) delete mode 100644 src/wixlib/MsmqExtension.wixproj create mode 100644 src/wixlib/caerr.wxi create mode 100644 src/wixlib/msmq.wixproj create mode 100644 src/wixlib/packages.config (limited to 'src/wixlib') diff --git a/src/wixlib/MsmqExtension.wixproj b/src/wixlib/MsmqExtension.wixproj deleted file mode 100644 index 6dcdfbc7..00000000 --- a/src/wixlib/MsmqExtension.wixproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - {42493058-5FC8-4F85-9884-FF3190E084B6} - msmq - Library - true - - - - - - - - - - - - - - diff --git a/src/wixlib/MsmqExtension.wxs b/src/wixlib/MsmqExtension.wxs index b8622580..eecdb22e 100644 --- a/src/wixlib/MsmqExtension.wxs +++ b/src/wixlib/MsmqExtension.wxs @@ -11,12 +11,12 @@ !(loc.MessageQueuingExecuteUninstall) - - - - - - + + + + + + VersionNT >= 500 @@ -25,7 +25,6 @@ - - + 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/msmq.wixproj b/src/wixlib/msmq.wixproj new file mode 100644 index 00000000..a0e28ba7 --- /dev/null +++ b/src/wixlib/msmq.wixproj @@ -0,0 +1,40 @@ + + + + + + + {42493058-5FC8-4F85-9884-FF3190E084B6} + msmq + Library + true + + + + + + + + + + + + + msmqca + {CAD56A7E-342B-4324-9DCB-BCEB8F3BC80D} + + + + + + + + + + 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}. + + + + + + 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