diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-12 07:43:04 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-12 15:34:06 -0700 |
commit | a20bee47c43861dd9f38adb88e74a6417292732b (patch) | |
tree | 0e02edc74c989813e6e70fa4b7d5e29a003744de /src/wixext/HttpConstants.cs | |
parent | 7a855a54687d638c6717e3cf9bda1affc76f48ed (diff) | |
download | wix-a20bee47c43861dd9f38adb88e74a6417292732b.tar.gz wix-a20bee47c43861dd9f38adb88e74a6417292732b.tar.bz2 wix-a20bee47c43861dd9f38adb88e74a6417292732b.zip |
Add Wix4 prefix Http CA binary and make HandleExisting an enum
Diffstat (limited to 'src/wixext/HttpConstants.cs')
-rw-r--r-- | src/wixext/HttpConstants.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wixext/HttpConstants.cs b/src/wixext/HttpConstants.cs index 1c96f278..5fb42d86 100644 --- a/src/wixext/HttpConstants.cs +++ b/src/wixext/HttpConstants.cs | |||
@@ -11,9 +11,5 @@ namespace WixToolset.Http | |||
11 | public const int GENERIC_EXECUTE = 0x20000000; | 11 | public const int GENERIC_EXECUTE = 0x20000000; |
12 | public const int GENERIC_WRITE = 0x40000000; | 12 | public const int GENERIC_WRITE = 0x40000000; |
13 | 13 | ||
14 | // from wixhttpca.cpp | ||
15 | public const int heReplace = 0; | ||
16 | public const int heIgnore = 1; | ||
17 | public const int heFail = 2; | ||
18 | } | 14 | } |
19 | } | 15 | } |