Managed code library to write/read cabinet (.cab) files - Stack Overflow most recent 30 from stackoverflow.com2009-12-12T09:03:48Zhttp://stackoverflow.com/feeds/question/510648http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/510648/managed-code-library-to-write-read-cabinet-cab-files1Managed code library to write/read cabinet (.cab) filesArun2009-02-04T09:30:30Z2009-02-04T09:34:10Z
<p>I am looking for a managed code library/API or samples that let me write and read cabinet (.cab) files. There is a CAB SDK here: <a href="http://support.microsoft.com/kb/310618" rel="nofollow">http://support.microsoft.com/kb/310618</a> but the DLL that ships with it only supports native code.</p>
http://stackoverflow.com/questions/510648/managed-code-library-to-write-read-cabinet-cab-files/510658#5106580Answer by Polo for Managed code library to write/read cabinet (.cab) filesPolo2009-02-04T09:34:01Z2009-02-04T09:34:01Z<p>Can you use the platform Invoke in the CAB SDK? if you can it meens you can support native code.</p>
http://stackoverflow.com/questions/510648/managed-code-library-to-write-read-cabinet-cab-files/510661#5106611Answer by Blounty for Managed code library to write/read cabinet (.cab) filesBlounty2009-02-04T09:34:10Z2009-02-04T09:34:10Z<p>Hey,</p>
<p><a href="http://www.codeproject.com/KB/files/CABCompressExtract.aspx" rel="nofollow">Here</a> is a Code Project Article with c++ and .net versions.</p>
<p>Have Fun</p>
<p>Alex</p>