No matter how much time you spend designing your application there is one key stage where it can all fall apart, the build and deployment stage. This is a first in a series of articles in which I am going to demonstrate how to use Visual Studio .NET to build and deploy your applications.
You now should have a complete MSI file with the just compiled assemblies inside of it located in the debug folder where you created the project. If you double click on this MSI you will be prompted as to where you want to install the assemblies.In summary this is the first in a series of articles outline the Visual Studio 7 Set-up projects and demonstrates how you can use the set-up projects as a build and deploy mechanism instead of using the wizards at the end of the process.