Managed code library for writing / reading files in a cabinet (.cab)

I am looking for a library of managed codes / APIs or samples that allow me to write and read files in a cabinet (.cab). There is a CAB SDK here: http://support.microsoft.com/kb/310618 , but the DLL that comes with it only supports native code.

+2
source share
2 answers

Here is a code draft article with C ++ and .net versions.

Enjoy

+2
source

Can you use the Invoke platform in the CAB SDK? if you can use it, you can support native code.

0
source

All Articles