Skip to content
⌘ NSIS Forum Archive

How to Register TLB files?

5 posts

mreeves#

How to Register TLB files?

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
kichik#
This page:

explains how to install the VB runtime files. One of those files is a .tlb file so you can use that.
Joost Verburg#
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.

mreeves#
Thanks, I was under the impression tlb files needed to be registered but i'll give this another go.

Best Regards
Martin