Answered by:
How to create a websetup in the asp.net project?

Question
-
User-609034020 posted
Hi
All,
I am trying to create a websetup exe file for my asp.net project becoz i have to send this exe file to my client for installing this application in his system. i have never created this so do not have any idea about the websetup. Can any one help me in this
Thank you
Monday, June 15, 2009 11:03 AM
Answers
-
User1906887154 posted
An install exe is a little over my level, but I have made a succesful step-by-step installer that buils sql tables, sets values, etc - everything that is needed to get going. It is available to dissect form my open source project (in the setup folder) http://slickticket.codeplex.com/ - if you want to see what the finished product looks like, just check out the walkthrough video to see how it works: http://slick-ticket.com/videos.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, June 15, 2009 12:32 PM -
User372121194 posted
Hi,
We can create Web Setup project to install web application.
You can add Web Setup project to your solution and add your ASP.NET project to Web Setup project's input.
For the detailed steps, please refer to Scott's article on http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx
Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 18, 2009 4:38 AM
All replies
-
User1906887154 posted
An install exe is a little over my level, but I have made a succesful step-by-step installer that buils sql tables, sets values, etc - everything that is needed to get going. It is available to dissect form my open source project (in the setup folder) http://slickticket.codeplex.com/ - if you want to see what the finished product looks like, just check out the walkthrough video to see how it works: http://slick-ticket.com/videos.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, June 15, 2009 12:32 PM -
User372121194 posted
Hi,
We can create Web Setup project to install web application.
You can add Web Setup project to your solution and add your ASP.NET project to Web Setup project's input.
For the detailed steps, please refer to Scott's article on http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx
Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 18, 2009 4:38 AM