| 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 | |
| 5 | #if _WIN32_MSI < 150 |
| 6 | #define _WIN32_MSI 150 |
| 7 | #endif |
| 8 | |
| 9 | #include <windows.h> |
| 10 | #include <msiquery.h> |
| 11 | #include <msidefs.h> |
| 12 | #include <stierr.h> |
| 13 | |
| 14 | #include <strsafe.h> |
| 15 | |
| 16 | #include <msxml2.h> |
| 17 | |
| 18 | // #define MAXUINT USHRT_MAX |
| 19 | |
| 20 | #include <dutil.h> |
| 21 | #include <memutil.h> |
| 22 | #include <strutil.h> |
| 23 | #include <pathutil.h> |
| 24 | #include <xmlutil.h> |
| 25 | |
| 26 | #include <bextutil.h> |
| 27 | #include <BextBootstrapperExtensionEngine.h> |
| 28 | |
| 29 | #include "..\..\beDecor.h" |
| 30 | #include "utilsearch.h" |
| 31 | #include "detectsha2support.h" |
| 32 | #include "UtilBootstrapperExtension.h" |