aboutsummaryrefslogtreecommitdiff
path: root/src/wix/wixnative/wixnative.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wix/wixnative/wixnative.cpp')
-rw-r--r--src/wix/wixnative/wixnative.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wix/wixnative/wixnative.cpp b/src/wix/wixnative/wixnative.cpp
index d1236da1..8a24d5f1 100644
--- a/src/wix/wixnative/wixnative.cpp
+++ b/src/wix/wixnative/wixnative.cpp
@@ -24,6 +24,10 @@ int __cdecl wmain(int argc, LPWSTR argv[])
24 { 24 {
25 hr = EnumCabCommand(argc - 2, argv + 2); 25 hr = EnumCabCommand(argc - 2, argv + 2);
26 } 26 }
27 else if (CSTR_EQUAL == ::CompareString(LOCALE_INVARIANT, NORM_IGNORECASE, argv[1], -1, L"certhashes", -1))
28 {
29 hr = CertificateHashesCommand(argc - 2, argv + 2);
30 }
27 else if (CSTR_EQUAL == ::CompareString(LOCALE_INVARIANT, NORM_IGNORECASE, argv[1], -1, L"resetacls", -1)) 31 else if (CSTR_EQUAL == ::CompareString(LOCALE_INVARIANT, NORM_IGNORECASE, argv[1], -1, L"resetacls", -1))
28 { 32 {
29 hr = ResetAclsCommand(argc - 2, argv + 2); 33 hr = ResetAclsCommand(argc - 2, argv + 2);