| 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 | #include <windows.h> |
| 6 | #include <aclapi.h> |
| 7 | |
| 8 | #include <math.h> |
| 9 | #include <msiquery.h> |
| 10 | #include <sddl.h> |
| 11 | #include <shlobj.h> |
| 12 | #include <shlwapi.h> |
| 13 | #include <softpub.h> |
| 14 | #include <strsafe.h> |
| 15 | #include <intsafe.h> |
| 16 | #include <mscat.h> |
| 17 | #include <lmcons.h> |
| 18 | #include <wininet.h> |
| 19 | #include <stddef.h> |
| 20 | #include <VersionHelpers.h> |
| 21 | |
| 22 | #include <dutilsources.h> |
| 23 | #include <burnsources.h> |
| 24 | |
| 25 | #include <dutil.h> |
| 26 | #include <verutil.h> |
| 27 | #include <aclutil.h> |
| 28 | #include <apputil.h> |
| 29 | #include <buffutil.h> |
| 30 | #include <cabutil.h> |
| 31 | #include <certutil.h> |
| 32 | #include <cryputil.h> |
| 33 | #include <dirutil.h> |
| 34 | #include <envutil.h> |
| 35 | #include <fileutil.h> |
| 36 | #include <guidutil.h> |
| 37 | #include <logutil.h> |
| 38 | #include <memutil.h> |
| 39 | #include <osutil.h> |
| 40 | #include <pathutil.h> |
| 41 | #include <pipeutil.h> |
| 42 | #include <polcutil.h> |
| 43 | #include <procutil.h> |
| 44 | #include <queutil.h> |
| 45 | #include <regutil.h> |
| 46 | #include <resrutil.h> |
| 47 | #include <shelutil.h> |
| 48 | #include <srputil.h> |
| 49 | #include <strutil.h> |
| 50 | #include <svcutil.h> |
| 51 | #include <thrdutil.h> |
| 52 | #include <userutil.h> |
| 53 | #include <wiutil.h> |
| 54 | #include <wuautil.h> |
| 55 | #include <xmlutil.h> |
| 56 | #include <dictutil.h> |
| 57 | #include <deputil.h> |
| 58 | #include <dlutil.h> |
| 59 | #include <atomutil.h> |
| 60 | #include <apuputil.h> |
| 61 | #include <dpiutil.h> |
| 62 | #include <butil.h> |
| 63 | |
| 64 | #include "BootstrapperApplicationTypes.h" |
| 65 | #include "BootstrapperExtensionTypes.h" |
| 66 | |
| 67 | #include "platform.h" |
| 68 | #include "variant.h" |
| 69 | #include "variable.h" |
| 70 | #include "condition.h" |
| 71 | #include "section.h" |
| 72 | #include "approvedexe.h" |
| 73 | #include "container.h" |
| 74 | #include "payload.h" |
| 75 | #include "cabextract.h" |
| 76 | #include "burnextension.h" |
| 77 | #include "search.h" |
| 78 | #include "ba.h" |
| 79 | #include "package.h" |
| 80 | #include "update.h" |
| 81 | #include "pseudobundle.h" |
| 82 | #include "registration.h" |
| 83 | #include "relatedbundle.h" |
| 84 | #include "detect.h" |
| 85 | #include "plan.h" |
| 86 | #include "logging.h" |
| 87 | #include "burnpipe.h" |
| 88 | #include "cache.h" |
| 89 | #include "dependency.h" |
| 90 | #include "core.h" |
| 91 | #include "apply.h" |
| 92 | #include "bundlepackageengine.h" |
| 93 | #include "exeengine.h" |
| 94 | #include "msiengine.h" |
| 95 | #include "mspengine.h" |
| 96 | #include "msuengine.h" |
| 97 | #include "elevation.h" |
| 98 | #include "embedded.h" |
| 99 | #include "manifest.h" |
| 100 | #include "splashscreen.h" |
| 101 | #include "uithread.h" |
| 102 | #include "netfxchainer.h" |
| 103 | |
| 104 | #include "externalengine.h" |
| 105 | #include "bacallback.h" |
| 106 | #include "baengine.h" |
| 107 | #include "EngineForExtension.h" |
| 108 | #include "engine.messages.h" |
| 109 | #include "engine.version.h" |
| 110 | #include "engine.h" |