diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-03 17:00:34 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-03 17:00:34 -0700 |
commit | 592c6e2f7407c291a7bf9ef4c8ce50da9798cc68 (patch) | |
tree | af42d0518b91cdc31590884006a2624bf7cdf4ed /src/ext/UI/ca/CustomMsiErrors.h | |
parent | 0e7fa93306858a9adde5b64ede920492632ba9e6 (diff) | |
download | wix-592c6e2f7407c291a7bf9ef4c8ce50da9798cc68.tar.gz wix-592c6e2f7407c291a7bf9ef4c8ce50da9798cc68.tar.bz2 wix-592c6e2f7407c291a7bf9ef4c8ce50da9798cc68.zip |
Move UI.wixext into ext
Diffstat (limited to 'src/ext/UI/ca/CustomMsiErrors.h')
-rw-r--r-- | src/ext/UI/ca/CustomMsiErrors.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext/UI/ca/CustomMsiErrors.h b/src/ext/UI/ca/CustomMsiErrors.h new file mode 100644 index 00000000..b568d01c --- /dev/null +++ b/src/ext/UI/ca/CustomMsiErrors.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #pragma once | ||
2 | // 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. | ||
3 | |||
4 | #define msierrSQLFailedCreateDatabase 26201 | ||
5 | #define msierrSQLFailedDropDatabase 26202 | ||
6 | #define msierrSQLFailedConnectDatabase 26203 | ||
7 | #define msierrSQLFailedExecString 26204 | ||
8 | #define msierrSQLDatabaseAlreadyExists 26205 | ||
9 | |||
10 | //Last available is 26250 \ No newline at end of file | ||