Results 1 to 4 of 4

Thread: [RESOLVED] Package & Deployment Wizard?

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2005
    Posts
    35

    Resolved [RESOLVED] Package & Deployment Wizard?

    Does Visual Studio .NET 2003 have a tool just like or similar to the visual studio 6 Package & Deployment Wizard? that i can creat a installation file for my app?

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Package & Deployment Wizard?

    If you start a new project, one choice is the Setup and Deployment folder. In there is the setup project. You can add your project to it to create a deployment app for your project. I haven't actually done it, so I can't help much more than that.

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

    Re: Package & Deployment Wizard?

    You can add Setup projects to your solution and one of the types is a wizard. I'd actually suggest using a regular setup project mind you, which gives you more control and a better understanding of what's happening, although it will be a little more work to begin with. Also, if you want to be able to distribute the .NET Framework with your app then you'll need to install the Bootstrapper plug-in for the IDE: http://msdn.microsoft.com/vstudio/do.../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

  4. #4

    Thread Starter
    Member
    Join Date
    Jul 2005
    Posts
    35

    Re: Package & Deployment Wizard?

    oh i see it needs to be opened from the actual studio. i was looking for it in the start menu as an external tool. so in .net its part of the studio unlike vs6

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