From 2a14c230453744ea896948ca0b4f6692f2962bee Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 12 Jan 2019 16:49:42 -0600 Subject: Integrate into latest v4. --- src/ca/CustomMsiErrors.h | 10 ++++++++++ src/ca/packages.config | 5 +++++ src/ca/precomp.h | 1 - src/ca/uica.vcxproj | 40 +++++++++++++++++++++------------------- 4 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 src/ca/CustomMsiErrors.h create mode 100644 src/ca/packages.config (limited to 'src/ca') diff --git a/src/ca/CustomMsiErrors.h b/src/ca/CustomMsiErrors.h new file mode 100644 index 00000000..b568d01c --- /dev/null +++ b/src/ca/CustomMsiErrors.h @@ -0,0 +1,10 @@ +#pragma once +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +#define msierrSQLFailedCreateDatabase 26201 +#define msierrSQLFailedDropDatabase 26202 +#define msierrSQLFailedConnectDatabase 26203 +#define msierrSQLFailedExecString 26204 +#define msierrSQLDatabaseAlreadyExists 26205 + +//Last available is 26250 \ No newline at end of file diff --git a/src/ca/packages.config b/src/ca/packages.config new file mode 100644 index 00000000..265886d9 --- /dev/null +++ b/src/ca/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/ca/precomp.h b/src/ca/precomp.h index dcdf2653..e95240c6 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h @@ -7,7 +7,6 @@ #include #include -#include "wixstrsafe.h" #include "wcautil.h" #include "aclutil.h" #include "fileutil.h" diff --git a/src/ca/uica.vcxproj b/src/ca/uica.vcxproj index 92e20e1a..f6e0ef2a 100644 --- a/src/ca/uica.vcxproj +++ b/src/ca/uica.vcxproj @@ -1,8 +1,10 @@ + + + - Debug @@ -13,34 +15,28 @@ Win32 - - - Debug - ARM - - - Release - ARM - - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} DynamicLibrary MultiByte uica + v141 uica.def + WiX Toolset UI CustomAction - + + - $(WixRoot)src\libs\dutil\inc;$(WixRoot)src\libs\wcautil - msi.lib;shlwapi.lib;dutil.lib;wcautil.lib + msi.lib;shlwapi.lib - + + Create + @@ -49,11 +45,17 @@ + - - - - + + + + + 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}. + + + + -- cgit v1.2.3-55-g6feb