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

Last post 06-18-2009 4:38 AM by Thomas Sun – MSFT. 2 replies.

Sort Posts:

  • How to create a websetup in the asp.net project?

    06-15-2009, 11:03 AM
    • Member
      point Member
    • mdatharuddin
    • Member since 06-15-2009, 2:59 PM
    • Posts 1

    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

     

  • Re: How to create a websetup in the asp.net project?

    06-15-2009, 12:32 PM
    Answer
    • Participant
      929 point Participant
    • naspinski
    • Member since 04-25-2008, 5:12 PM
    • Posts 170

    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

    ...for some reason, most people assume that you can't figure out the incredibly difficult 'Mark as Answer' feature...

    I on the other hand, I have faith in you collective Asp.Net forums!

    naspinski.net
  • Re: How to create a websetup in the asp.net project?

    06-18-2009, 4:38 AM
    Answer

    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.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
Page 1 of 1 (3 items)