无法使用.ExtractArchive(pathname)
方法提取.EXE / .DLL文件,使用sevenZipSharp dll(https://archive.codeplex.com/?p=sevenzipsharp)提取官方7zip.exe可以提取相同的“ EXE / DLL”文件。
.ExtractArchive(pathname)
与EXE / DLL以外的文件扩展名一起使用时效果很好
sevenzipsharp库代码被卡在
var data = new PropVariant();
_archive.GetProperty(index, ItemPropId.Path, ref data); --stuck here
未完成压缩,与AES pswd一起使用