Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I manually UNregister type libraries (.tlb)

I thought I could, using regtlib.exe, but I have not find a way yet
0 Kudos
Message 1 of 6
(19,675 Views)
Newer versions of regtlib.exe have a -u switch that will let you unregister type libraries. If your version of regtlib.exe doesn't support this switch and you can't find a newer version, you can also do it with this utility:

http://www.vbaccelerator.com/codelib/tlb/vbregtlb.htm

Or this utility:

http://www.mvps.org/btmtz/_misc/regtypelib.zip

- Elton
Message 2 of 6
(19,675 Views)
Hi,
Here's a link to a KB that addresses registering and unregistering ActiveX controls and type libraries in Windows.

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/4f811a9b23f1d46e862566f700615b7a?OpenDocument

Good luck.
0 Kudos
Message 3 of 6
(19,675 Views)
It is talking only about registering and not unregistering. Older versions of regtlib.exe do not support unregistering type libraries.
0 Kudos
Message 4 of 6
(19,675 Views)
Hi gd047,
Try this link:
http://www.freevbcode.com/ShowCode.Asp?ID=2195

It contains info on registering and unregistering type libraries. Hope this helps.

Good luck.
0 Kudos
Message 5 of 6
(19,675 Views)
Thank you very much
You might be interested to the answer that Elton Wells gave to my question
0 Kudos
Message 6 of 6
(19,675 Views)