Search code examples
c#winformscompressionlzma

LZMA compression in a Windows Forms application


I have used NSIS to create installers before and I love the LZMA compression it supports.

Now I'm learning VS and was wondering if we can compress files using LZMA or any other way?

I'm primarily using C# and Windows Forms.


Solution

  • 7zip offers a public domain library with C# source for LZMA compression - see http://www.7-zip.org/sdk.html