diff --git a/Test/Extractor.cs b/Test/Extractor.cs index 1342f862..79f9c0ec 100644 --- a/Test/Extractor.cs +++ b/Test/Extractor.cs @@ -402,8 +402,7 @@ namespace Test try { - // Extract the MS-CAB contents to the directory - BinaryObjectScanner.FileType.MicrosoftCAB.ExtractAll(cabinet, outputDirectory); + Console.WriteLine("MS-CAB extraction is disabled"); } catch (Exception ex) {