Creating setup of application
I want to create setup of my C# application. I am using visual studio 2010. But there is no item in setup and deployment tab of visual studio?
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.
Priti KumariPosted Mar 3, 2014, 2:26 AM
http://aspdotnetmyblog.blogspot.in/2013/11/create-installer-of-window-application.html
Shweta LodhaPosted Feb 28, 2014, 4:07 PM
How to create a Setup package
-or-
The project is added to the Solution Explorer, and then the File System Editor opens.
How to add files to the Setup package
NOTE: If you already have an application project in your solution, you can add the project outputs by selecting Project Outputs instead of File.
Abhishek KumarPosted Feb 28, 2014, 10:06 AM
Open VS 2010
go to New project and select C#
Go to Other Project Type-> setup and deployment ->Visual studio installer and
choose setup project from the option.
Hope this will help.
Thanks.
Anurag SarkarPosted Feb 28, 2014, 7:23 AM
VS 2010 & 2012 do no have the options for that.
Thanks..