|
-
Sep 28th, 2006, 09:41 AM
#1
Thread Starter
New Member
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
-
Sep 28th, 2006, 09:43 AM
#2
Lively Member
Re: Does VB6 have to be installed in order to run VB6 exes?
-
Sep 28th, 2006, 09:45 AM
#3
Lively Member
Re: Does VB6 have to be installed in order to run VB6 exes?
-
Sep 28th, 2006, 09:47 AM
#4
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
-
Sep 28th, 2006, 10:14 AM
#5
Thread Starter
New Member
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
-
Sep 28th, 2006, 10:34 AM
#6
PowerPoster
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.
-
Sep 28th, 2006, 11:34 AM
#7
Re: Does VB6 have to be installed in order to run VB6 exes?

Thread moved.
-
Sep 28th, 2006, 02:33 PM
#8
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
-
Sep 28th, 2006, 07:07 PM
#9
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.
-
Oct 3rd, 2006, 08:49 AM
#10
Thread Starter
New Member
Re: Does VB6 have to be installed in order to run VB6 exes?
Thanks a lot for the help guys. I appreciate it.
malaize
-
Oct 3rd, 2006, 11:40 AM
#11
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|