0

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.

stakx - no longer contributing
  • 83,039
  • 20
  • 168
  • 268
vs2010noob
  • 213
  • 1
  • 6
  • 13
  • Possibly already answered by this SO question: [Free compression library for C# which supports 7zip (LZMA)](http://stackoverflow.com/questions/449998/free-compression-library-for-c-which-supports-7zip-lzma) – stakx - no longer contributing Aug 14 '11 at 16:11

1 Answers1

2

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

Yahia
  • 69,653
  • 9
  • 115
  • 144