Upgrading VS 2003 Web Setup Project

Last post 02-02-2006 12:21 AM by MNF. 2 replies.

Sort Posts:

  • Upgrading VS 2003 Web Setup Project

    01-16-2006, 2:58 PM
    • Member
      10 point Member
    • romak
    • Member since 07-22-2004, 4:18 PM
    • Posts 2

    Hello Everyone,

    My web site solution contains MSI web setup project that was configured to prompt user for database server name and database name and then overwrite default settings in web.config with user-entered values. In VS 2005, the Primary Output item which is referenced by the custom action is no longer available since no single web site assembly is produced. How can I fix this, or is there a new way to configure web.config file during installation?

    Thank you,

    Roman

     

     

     

     

     

  • Re: Upgrading VS 2003 Web Setup Project

    01-20-2006, 12:16 AM
    • Star
      14,503 point Star
    • ScottGu
    • Member since 06-05-2002, 8:36 PM
    • Redmond, WA
    • Posts 2,004
    • AspNetTeam
      Moderator

    Hi Roman,

    Are you using the new VS 2005 Web Deployment Project support?  It provides the ability to generate a single assembly as part of deployment, and the output can be piped into a Web Setup project. 

    Here is a blog post I did that talks about how to use it, and also shows using it with web setup projects: http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx

    Hope this helps,

    Scott

  • Re: Upgrading VS 2003 Web Setup Project

    02-02-2006, 12:21 AM
    • Member
      259 point Member
    • MNF
    • Member since 07-24-2005, 8:15 PM
    • Posts 72
    I also needed to use MSI web setup project with the custom action. VS 2005 Web Deployment Project didn't work for me. So I put my Installer class to separate DLL and added as extra primary output. See my post for details.
Page 1 of 1 (3 items)