I have a TLB (type library) file that needs to be installed along with my Visual Basic 6 application. What is the best way to install and register these TLB files without using ExecWait?
TIA
Martin
How to Register TLB files?
5 posts
This page:
explains how to install the VB runtime files. One of those files is a .tlb file so you can use that.
explains how to install the VB runtime files. One of those files is a .tlb file so you can use that.
Doesn't seem to work for me unfortuantley. Thanks for the suggestion though.
Please read the text and don't just copy the script. You have to use some macro's.
This page gives you info about installing all the VB6 runtimes. You don't have to register TLB files, but you should upgrade 'em.
This page gives you info about installing all the VB6 runtimes. You don't have to register TLB files, but you should upgrade 'em.
Thanks, I was under the impression tlb files needed to be registered but i'll give this another go.
Best Regards
Martin
Best Regards
Martin