Reputation: 12309
MSDN is a nice place to get vague, general information on this, with just a enough detail to make you wish you had more. The best info on MSDN I found was in the section on Windows Home Server (oddly enough), but it wasn't complete enough to be totally useful.
Is there another source with some DETAIL on how to create an MSI using a VS2008 Setup Project to deploy a Winforms application?
Upvotes: 0
Views: 126
Reputation: 12126
Setup projects have remained relatively unchanged between VS versions. Try these:
http://www.codeproject.com/KB/dotnet/Win_App_Setup_Project.aspx
http://en.csharp-online.net/Deploying_Windows_Applications
Upvotes: 1