Cyberherbalist
Cyberherbalist

Reputation: 12309

Need better information on how to use VS2008 Setup Project to deploy a .NET Win App

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

Answers (1)

DCNYAM
DCNYAM

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

Related Questions