Using Visual Studio .NET to Package an Application

You can use Visual Studio .NET to create a CAB file for your application. This is definitely the quickest and easiest way to build a CAB file for your application. It is also the least flexible way to build a CAB file. Later in this chapter we will discuss a more flexible way to create a CAB file, but for now let's discuss CAB file generation with Visual Studio .NET.

Visual Studio .NET provides a simple UI-driven way to build a CAB for your application. You can simply select the Build CAB File option on the Build menu, which will build a CAB file in the <project_name>/cab/<build_type> directory, “<project name>” being the name of your project and “<build_type>” being either the debug or the release, ...

Get Microsoft® .NET Compact Framework Kick Start 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.