Results 1 to 11 of 11

Thread: Does VB6 have to be installed in order to run VB6 exes?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    3

    Does VB6 have to be installed in order to run VB6 exes?

    Hello,

    I know there are certain runtime files that are required to run VB6 executables. I was told the following are necessary.

    - msvbvm60.dll
    - olepro32.dll
    - stdole2.tlb
    - asycfilt.dll
    - oleaut32.dll


    Without having VB6 installed on a pc where can I get these necessary runtime files? Can they be downloaded?

    Thanks, malaize

  2. #2
    Lively Member
    Join Date
    Apr 2004
    Posts
    113

    Re: Does VB6 have to be installed in order to run VB6 exes?

    Here is the link where you can download them:

    http://www.microsoft.com/downloads/d...displaylang=en

  3. #3
    Lively Member
    Join Date
    Apr 2004
    Posts
    113

    Re: Does VB6 have to be installed in order to run VB6 exes?


  4. #4
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: Does VB6 have to be installed in order to run VB6 exes?

    Welcome to the Forum

    Ideally when you install applications developed in VB 6, the installer will install the required runtime libraries.

    To answer your question, no you do not need VB 6 to be installed on your system if you just want to execute VB applications.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  5. #5

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    3

    Re: Does VB6 have to be installed in order to run VB6 exes?

    Thanks so much for the quick responses!

    So if I have a VB6 executable on one computer, what if I just copy it and paste it to a new computer so I can run it there? If I did it this way I am assuming that the runtime files would not be installed on the new pc.

    thank you,

    malaize

  6. #6
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Does VB6 have to be installed in order to run VB6 exes?

    No. Create a setup program using the deployment wizard. Run that setup program on each computer that needs to run the application. It should install & register the necessary components.

  7. #7

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Does VB6 have to be installed in order to run VB6 exes?

    this is the file you should distribute with your VB6 application instead of including the individual runtime files needed.

    http://www.microsoft.com/downloads/d...displaylang=en

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

    Re: Does VB6 have to be installed in order to run VB6 exes?

    No, VB does not have to be installed to run the VB exe but there are other constraints. Please read Installation Problems It will give you more insight on the what's and what not's to do.
    Last edited by randem; Sep 29th, 2006 at 04:29 AM.

  10. #10

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    3

    Re: Does VB6 have to be installed in order to run VB6 exes?

    Thanks a lot for the help guys. I appreciate it.

    malaize

  11. #11
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Does VB6 have to be installed in order to run VB6 exes?

    Now that we've helped you, you can help us by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button which will let everyone know that you have your answer. Also if someone has been particularly helpful, or even particularly unhelpful, you have the ability to affect a their forum "reputation" by rating their post.

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