Archive: How to Register TLB files?


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


This page:
http://nsis.sourceforge.net/archive/...instances=0,44
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.

http://nsis.sourceforge.net/archive/nsisweb.php?page=63


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

Best Regards
Martin