Results 1 to 4 of 4

Thread: Package & Deployment: VB.NET Standard

  1. #1

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435

    Question Package & Deployment: VB.NET Standard

    I've just purchased VB .NET Standard only, and it doesn't come with a Package & Deployment wizard.

    How do i create a stand alone package for distributing? As I understand, various installers (innosetup, etc) allows you to do this, but what do i need? How will I know what files i need for the installation?

    Any in-depth help would be appreciated here as I don't want to have wasted my money because I can't distribute my programs!

    Thanks
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  2. #2
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Houston, TX
    Posts
    342
    I don't use Standard but I would assume that they have a setup wizard in that too.

    Setup wizards are actually projects you include in Visual Studio.NET

    With you project loaded, go to File > Add Project > New Project
    In the New Project window, select the Setup and Deployment Projects folder and then pick the type of setup project you want.

    Here is the MSDN Link:
    ms-help://MS.VSCC/MS.MSDNVS/vsintro7/html/vbtskcreatinginstallerforyourapplication.htm
    Last edited by MagellanTX; Nov 21st, 2002 at 03:04 PM.

  3. #3

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Thanks MagellanTX, I didn't know that was there! (although there is no wizard, just "Setup Project)

    Can anybody now point me in the right direction on how to setup a project for distributing, without using the wizard (which I dont't have )
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  4. #4
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Houston, TX
    Posts
    342
    If you are talking about a normal setup.exe program for installing the application on other computers, then that will do it.

    When you compile the project, it will create a setup.exe and all the resource files it needs.

    You can then run that on other computers.

    One thing though, the setup project does not include the .NET framework redistributables. You will have to install that first on the other machines before using your application.

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