Extract .cab file in C#
I am developing a c# application and I a need to extract a cab file. I couldn't find a library that does that in C# ) I cannot use Microsoft.Deployment.Compression.Cab.dll because of a licensing issue. I found this code, but the problem is that when I use it I am able to find and extract only the first file in the cabinet. OutputFileClose is called only if OutputFileOpen returns something either then IntPtr.Zero. but if OutputFileClose is calles, then the enumeration is stopped. So for this code OutputFileClose can be called only for one file Can someone please help me figuring out how to