Take a look at the SevenZipSharp NuGet package maybe you can use that with your app.
MSFTCompression.Core.Cab
Rene Moergeli
1
Reputation point
Wondering why to create a Cab file from a folder takes very long.
24 minutes compared to 3 minutes e.g. using 7-Zip to created a 7z file or File Explorer "Send to/Compressed (zipped) folder.
CabInfo cabToPack = new CabInfo(cabDestinationFile);
cabToPack.Pack(cabSourceDir, true, Microsoft.Deployment.Compression.CompressionLevel.Max, null);
Developer technologies | Windows Presentation Foundation
2,854 questions
Developer technologies | .NET | .NET Runtime
1,272 questions
Developer technologies | C#
11,578 questions