Results 1 to 7 of 7

Thread: How to install

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    476

    How to install

    I just finished a VB6 application and went to install it on another computer. But it is asking me about different components to install before it could be run.

    My question is to how to make the INSTALL package for my application. Any and all the help is greatly appreciated. I am very greatfull to everyone here who made it posible for me to write this application.

  2. #2
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: How to install

    Use Package & Deployment wizard or any Installer program like InnoSetup or InstallShield etc.

    Pradeep
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

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

    Re: How to install

    Check out the Application Deployment forum for installation issues.

  4. #4

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    476

    Re: How to install

    Pradeep1210,

    Is this PACKAGE and DEPLOYMENT WIZARD part of the VB6? Can you please tell me where to find them and any instructions as to how to use them.

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

    Re: How to install

    If it isn't in the Add-In menu of the IDE, then you have to select the Add-In Manager, and select the PACKAGE and DEPLOYMENT WIZARD, and tell it to load at start-up.

    Then, you can select it from the Add-In Menu. Just follow the instructions, and it will create a setup1.exe, a .lst file, and a .cab file that are used together to install your app.

    If you want to create one setup.exe that does the same thing (only better)
    go to www.*********** and download Inno Setup, and Inno Script.
    Inno Script writes the script for Inno Setup for you. It allows you to create desktop icons that are installed automatically. That feature is why I switched.

  7. #7
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: How to install

    Also Please read Installer Problems in my signature. It will help you in creating an installer.

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