May 2010
Intermediate to advanced
1272 pages
61h 18m
English
To create your Windows Installer distributable package, right-click the setup project name in Solution Explorer and select Build. As an alternative, you can choose the appropriate Build command from the Build menu. This generates a bootstrapper named Setup.exe and the Windows Installer package with an .Msi extension, which in our case is named SetupExample.Msi. The output will be available in the project subfolder related to the current configuration (Bin\Debug or Bin\Release). These are the files that you need to distribute to your customers for installing your application. They simply run the Setup.exe bootstrapper that correctly starts the Windows Installer package.
In this chapter ...
Read now
Unlock full access