Results 1 to 7 of 7

Thread: [RESOLVED] VS 2005 .NET Boostrapper

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2006
    Posts
    910

    Resolved [RESOLVED] VS 2005 .NET Boostrapper

    Hi,
    Has anyone deployed an application using 2005 yet? I know that you could download the 2003 .net Bootstrapper when you use VS 2003 .Net but what about 2005? I searched msdn downloads and only saw VS 2003 .NET Bootstrapper. Does this work with 2005 also? I have searched the forums but it seemed as though when people were talking about bootstrapper, they were also talking about .net 2003.
    Thanks!

  2. #2
    Fanatic Member cpatzer's Avatar
    Join Date
    Sep 2004
    Posts
    537

    Re: VS 2005 .NET Boostrapper

    VS 2005 bootstrapper is built in to the installation packages from what I understand. I know it is with the "Published" installs with 2005 Express
    In life you can be sure of only two things... death and taxes. I'll take death.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2006
    Posts
    910

    Re: VS 2005 .NET Boostrapper

    What about 2005 Professional?

  4. #4
    Fanatic Member cpatzer's Avatar
    Join Date
    Sep 2004
    Posts
    537

    Re: VS 2005 .NET Boostrapper

    Well I assume it is automatic as well. I would just build a setup project and then try to install it on a computer that doesn't have 2.0. See what happens?
    In life you can be sure of only two things... death and taxes. I'll take death.

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: VS 2005 .NET Boostrapper

    Just use Publish. I believe it'll work the same as the one with Express but include more features
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: VS 2005 .NET Boostrapper

    The Express editions support only ClickOnce deployment. VS 2005 Pro supports ClickOnce and full setup projects. If VS Pro has a Publish feature then I'd imagine that that is for ClickOnce deployment, and you'd need to create a project as in 2003 for regular deployment. Either way, you can bootstrap the Framework and other components.

    http://msdn.microsoft.com/msdnmag/is.../Bootstrapper/
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2006
    Posts
    910

    Re: VS 2005 .NET Boostrapper

    Thanks guys!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width