main
h 64 lines 1.39 KB
Raw
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 <strsafe.h>
13
14 #include <lm.h> // NetApi32.lib
15
16 #include <Dsgetdc.h>
17 #include <ComAdmin.h>
18 #include <ahadmin.h> // IIS 7 config
19
20 #include "wcautil.h"
21 #include "wcawow64.h"
22 #include "wcawrapquery.h"
23
24 #include "certutil.h"
25 #include "cryputil.h"
26 #include "fileutil.h"
27 #include "iis7util.h"
28 #include "memutil.h"
29 #include "metautil.h"
30 #include "strutil.h"
31 #include "userutil.h"
32 #include "wiutil.h"
33
34 #include "CustomMsiErrors.h"
35 #include "sca.h"
36 #include "scacost.h"
37 #include "scacert.h"
38 #include "scafilter.h"
39
40 #include "scaiis.h"
41 #include "scaiis7.h"
42 #include "scaproperty.h"
43 #include "scaweb.h"
44 #include "scawebdir.h"
45 #include "scawebsvcext.h"
46 #include "scavdir.h"
47 #include "scaweb7.h"
48 #include "scaapppool7.h"
49 #include "scavdir7.h"
50 #include "scawebapp7.h"
51 #include "scawebappext7.h"
52 #include "scamimemap7.h"
53 #include "scawebprop7.h"
54 #include "scaweblog7.h"
55 #include "scafilter7.h"
56 #include "scahttpheader7.h"
57 #include "scaweberr7.h"
58 #include "scawebsvcext7.h"
59 #include "scaproperty7.h"
60 #include "scawebdir7.h"
61 #include "scassl7.h"
62 #include "scaexecIIS7.h"
63
64 #include "..\..\caDecor.h"