Managed code library to write/read cabinet (.cab) files - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T09:03:48Z http://stackoverflow.com/feeds/question/510648 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/510648/managed-code-library-to-write-read-cabinet-cab-files 1 Managed code library to write/read cabinet (.cab) files Arun 2009-02-04T09:30:30Z 2009-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#510658 0 Answer by Polo for Managed code library to write/read cabinet (.cab) files Polo 2009-02-04T09:34:01Z 2009-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#510661 1 Answer by Blounty for Managed code library to write/read cabinet (.cab) files Blounty 2009-02-04T09:34:10Z 2009-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>