summaryrefslogtreecommitdiff
path: root/src/wix/wixnative/wixnative.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wix/wixnative/wixnative.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wix/wixnative/wixnative.cpp b/src/wix/wixnative/wixnative.cpp
index 8a24d5f1..7a689fc3 100644
--- a/src/wix/wixnative/wixnative.cpp
+++ b/src/wix/wixnative/wixnative.cpp
@@ -28,10 +28,6 @@ int __cdecl wmain(int argc, LPWSTR argv[])
28 { 28 {
29 hr = CertificateHashesCommand(argc - 2, argv + 2); 29 hr = CertificateHashesCommand(argc - 2, argv + 2);
30 } 30 }
31 else if (CSTR_EQUAL == ::CompareString(LOCALE_INVARIANT, NORM_IGNORECASE, argv[1], -1, L"resetacls", -1))
32 {
33 hr = ResetAclsCommand(argc - 2, argv + 2);
34 }
35 else 31 else
36 { 32 {
37 ConsoleWriteError(hr, CONSOLE_COLOR_RED, "Unknown command: %ls", argv[1]); 33 ConsoleWriteError(hr, CONSOLE_COLOR_RED, "Unknown command: %ls", argv[1]);