Deploying a Desktop Application
How do I deploy my desktop application to a final .exe setup in VB.NET 2002/2003?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhanu Pratap SinghPosted Dec 16, 2014, 11:10 PM
http://www.rajneeshverma.com/post/2012/08/16/Setup-and-Deployment-of-Windows-Application-with-SQL-Server-Database-using-Visual-Studio-2010.aspx
http://www.c-sharpcorner.com/uploadfile/mgold/deploying-windows-applications-using-visual-studio-2010/
Candy BrownPosted Dec 12, 2014, 5:00 AM
Well you need to create a new setup project, see this MS article about How to create a Setup package by using Visual Studio .NET.
I'm afraid I cannot help you more because I do not use visual studio installer project, instead I use WiX Toolset but it supports the minimum Visual Studio version of 2005 so unfortunately I don't believe you can use it.