Answered by:
Setup file in Visual studio 2010 for web application

Question
-
Hi,
I want to create a setup file for my web application project in Visual studio 2010.Can any1 guide me in this regard?
Thanks
Asit
- Moved by Alexander Sun Friday, June 24, 2011 3:27 AM (From:Visual Studio Setup and Installation)
Wednesday, June 22, 2011 9:21 AM
Answers
-
Hi ASIT,
Thanks for the post.
The easiest way is to create a "WEB SETUP PROJECT" in Visual Studio 2010.
Go to File-->New Project --> Other Project Types --> Setup and Deployment --> Visual Studio Installer .
There you will see 5 project templates:
- Setup Project
- WEB SETUP Project
- Merge Module Project
- SETUP Wizard
- CAB Project
Out of these select "WEB SETUP PROJECT" in which you can easily add files to your installer.
You can also use "SETUP WIZARD" to create the installer with the help of a wizard.
Please give your feedback whether this answer helped you or not.
Happy Coding!!!
- Proposed as answer by Saumitra Srivastav Wednesday, June 22, 2011 8:42 PM
- Marked as answer by asitt_raj Friday, June 24, 2011 4:46 AM
Wednesday, June 22, 2011 8:42 PM -
Hello asit
You can get your answer from some websites. Here we are providing some of links. I hope it will help you
http://weblogs.asp.net/scottgu/archive/2010/07/29/vs-2010-web-deployment.aspx
http://www.devexpress.com/Support/Center/p/K18198.aspx
http://vijirajkumar.blogspot.com/2010/03/create-setup-and-deployment-project.html
Thanks
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.- Marked as answer by asitt_raj Friday, June 24, 2011 4:46 AM
Wednesday, June 22, 2011 10:33 AM
All replies
-
Hello asit
You can get your answer from some websites. Here we are providing some of links. I hope it will help you
http://weblogs.asp.net/scottgu/archive/2010/07/29/vs-2010-web-deployment.aspx
http://www.devexpress.com/Support/Center/p/K18198.aspx
http://vijirajkumar.blogspot.com/2010/03/create-setup-and-deployment-project.html
Thanks
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.- Marked as answer by asitt_raj Friday, June 24, 2011 4:46 AM
Wednesday, June 22, 2011 10:33 AM -
Hi ASIT,
Thanks for the post.
The easiest way is to create a "WEB SETUP PROJECT" in Visual Studio 2010.
Go to File-->New Project --> Other Project Types --> Setup and Deployment --> Visual Studio Installer .
There you will see 5 project templates:
- Setup Project
- WEB SETUP Project
- Merge Module Project
- SETUP Wizard
- CAB Project
Out of these select "WEB SETUP PROJECT" in which you can easily add files to your installer.
You can also use "SETUP WIZARD" to create the installer with the help of a wizard.
Please give your feedback whether this answer helped you or not.
Happy Coding!!!
- Proposed as answer by Saumitra Srivastav Wednesday, June 22, 2011 8:42 PM
- Marked as answer by asitt_raj Friday, June 24, 2011 4:46 AM
Wednesday, June 22, 2011 8:42 PM -
Hi Asit,
Welcome to the MSDN forum.
I am sorry that this forum is about Visual Studio Setup and Installation. In my opinion, your problem is related to ASP.NET, so I recommend you go to the ASP.NET forum to ask for helps. There are many experienced experts on your issue.
ASP.NET forum: http://forums.asp.net/
Thanks.
Best Regards,
Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Friday, June 24, 2011 3:27 AM -
Hi all,
I have Web application based on SharePoint 2010 and that contains three site collection,custom web part ,site,sub site,,,etc I need to deploy it from development environment to production environment How I can create setup file (.exe) to deploy Web application in production environment ?
Thanks in advance
Regards
Somesh Y
Friday, December 20, 2013 7:43 AM