| 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 <msiquery.h> |
| 7 | #include <strsafe.h> |
| 8 | #include <comadmin.h> |
| 9 | #include <ntsecapi.h> |
| 10 | #include <aclapi.h> |
| 11 | |
| 12 | #include "wcautil.h" |
| 13 | #include "memutil.h" |
| 14 | #include "strutil.h" |
| 15 | #include "wiutil.h" |
| 16 | |
| 17 | #include "CustomMsiErrors.h" |
| 18 | |
| 19 | #include "cpcost.h" |
| 20 | #include "cputilexec.h" |
| 21 | #include "cppartexec.h" |
| 22 | #include "cppartroleexec.h" |
| 23 | #include "cpappexec.h" |
| 24 | #include "cpapproleexec.h" |
| 25 | #include "cpasmexec.h" |
| 26 | #include "cpsubsexec.h" |
| 27 | #include "cputilsched.h" |
| 28 | #include "cppartsched.h" |
| 29 | #include "cppartrolesched.h" |
| 30 | #include "cpappsched.h" |
| 31 | #include "cpapprolesched.h" |
| 32 | #include "cpasmsched.h" |
| 33 | #include "cpsubssched.h" |
| 34 | |
| 35 | #include "..\..\caDecor.h" |