main
h 25 lines 520 Bytes
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 #include <http.h>
6 #include <msiquery.h>
7 #include <strsafe.h>
8
9 #include "wcautil.h"
10 #include "cryputil.h"
11 #include "dutil.h"
12 #include "memutil.h"
13 #include "strutil.h"
14 #include "aclutil.h"
15
16 #include "cost.h"
17
18 #include "..\..\caDecor.h"
19
20 enum eHandleExisting
21 {
22 heReplace = 0,
23 heIgnore = 1,
24 heFail = 2
25 };