Creating a .NET Windows Installer Part 1
(Page 1 of 14 )
In this article, Matthew MacDonald considers how to use VS.NET to build a simple setup program for a .NET desktop application.
If youre developing an application that you want to distribute to multiple users (or sell as package) you need a convenient, automated approach. Visual Studio .NET provides this with its native support for Windows Installer (MSI) projects. These projects can be used to make setup programs that selectively copy files, create shortcuts and registry settings, and incorporate user input. In this article, Matthew MacDonald considers how to use VS.NET to build a simple setup program for a .NET desktop application. Next: Article >>
More C# Articles
More By Wrox Team