Search code examples
.netapicab

Managed code library to write/read cabinet (.cab) files


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: http://support.microsoft.com/kb/310618 but the DLL that ships with it only supports native code.


Solution

  • Here is a Code Project Article with c++ and .net versions.

    Have Fun