main
h 24 lines 844 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 #include <windows.h>
5 #include <aclapi.h>
6 #include <mergemod.h>
7 #include <softpub.h>
8 #include <strsafe.h>
9 #include <wintrust.h>
10
11 #include "dutil.h"
12 #include "certutil.h"
13 #include "conutil.h"
14 #include "memutil.h"
15 #include "pathutil.h"
16 #include "strutil.h"
17 #include "cabcutil.h"
18 #include "cabutil.h"
19
20 HRESULT WixNativeReadStdinPreamble();
21 HRESULT CertificateHashesCommand(__in int argc, __in_ecount(argc) LPWSTR argv[]);
22 HRESULT SmartCabCommand(__in int argc, __in_ecount(argc) LPWSTR argv[]);
23 HRESULT EnumCabCommand(__in int argc, __in_ecount(argc) LPWSTR argv[]);
24 HRESULT ExtractCabCommand(__in int argc, __in_ecount(argc) LPWSTR argv[]);