Microsoft® .NET Compact Framework (Core Reference)
by Andy Wigley, Stephen Wheelwright, Robert Burbidge, Rory MacLoed, Mark Sutton
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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access