无法使用SevenZipsharp提取包含EXE / DLL文件的7z存档

时间:2019-03-21 14:39:07

标签: c# .net sevenzipsharp

无法使用.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一起使用

enter image description here

0 个答案:

没有答案