Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there some code or a library that lets me control the 7-Zip unpacking functionality from C# code?

share|improve this question
For actual 7z files or just ZIP files in general? – Schnapple Sep 30 '08 at 15:54
1  
Does this mean you're going to write a port of the 7zip compression program? THANK YOU. The UI of 7zip is the most USELESS POS I've ever seen. – Will Sep 30 '08 at 16:04

4 Answers

Try what is described in C# (.NET) Interface for 7-Zip Archive DLLs (article at The Code Project).

share|improve this answer
up vote 3 down vote accepted

There is a new project in alpha status on CodePlex, SevenZipSharp. I haven't tried it yet, but it looks promising.

share|improve this answer

Check out The Code Project tutorial C# (.NET) Interface for 7-Zip Archive DLLs.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.