Unable to extract using .ExtractArchive(pathname) method, for .EXE/.DLL Files, using sevenZipSharp dll (https://archive.codeplex.com/?p=sevenzipsharp), official 7zip.exe can extract same "EXE/DLL" files.
.ExtractArchive(pathname) works fine with file extensions other than EXE/DLL
The sevenzipsharp library code gets stuck at
var data = new PropVariant();
_archive.GetProperty(index, ItemPropId.Path, ref data); --stuck here
no compression done , used with AES pswd
