You need to add a Setup Project to your solution.
Right click on the Solution containing your C# Project.
Select Add New Project ...
Click on Setup and Deployment Projects
Pick the appropriate setup project.
Now, making the setup project actually work for you is a little more difficult. The key is adding the appropriate project output files to the setup project. The documentation for that process is pretty good - just hit F1.
Bill Sempf
Effective Visual Studio .NET
|