Packaging Your Application

You package your applications into self-extracting .cab (CAB) files. CAB files deliver all files needed by your application in one file, thus preventing the risk of partial installation of your application.

You build a CAB file for your application in one of two ways. You can either generate the CAB file from Visual Studio .NET, or you can use the CAB Wizard application (Cabwiz.exe) at the command line.

Both methods have their advantages and disadvantages. Using Visual Studio .NET to create the CAB file is quick and easy but is not very flexible in configuring installation options for your application. Using CAB Wizard will take longer because it requires you to set up the configuration file, but you have complete control ...

Get Microsoft® .NET Compact Framework (Core Reference) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.