

You can also use Windows Installer to repair an application since Installer has a record of what it needs and does a check on what it is missing. Windows Installer not only installs the application, but it keeps a record of everything it installs including file and registry information. The Windows Installer is the standard installer used for Microsoft Windows 2000, Me, and XP (as well as 98 and even 95). msi files) are probably the preferred method of installation. For example, our SmileyFace.dll cabinet file would have to be named SmileyFace.cab. cab file must have the same name as the assembly it is packaging. cab is good if you are distributing a single DLL component or single executable program. cab file can contain only one assembly, so a. cab files) are compressed files of your existing files. NET: cabinet files and Windows Installer files.Ĭabinet files (or. You have two options for packaging your software in Visual Studio. As you can see in Figure 26.5, you can choose from a few different types of deployment options. If you click File->Add Project->New Project, that brings up the template dialog in which you can create a deployment project. NET provides you the ability to deploy your applications easily.
