Lonkero, if you open 'ComExp 1.0 Type Library' instead of the 'COM MakeCab 1.0' library you'll see that it shows the same information that you get from the VB reference of the same file.

In fact, for some reason, the typelib viewer has an extra interface listed (in both type libraries) that you don't get from the VB Object Browser. I think the extra interfaces are because I'm searching for both IDispatch and IUnknown interfaces, and the VB Browser is only providing information for IDispatch since all COM calls in VB must derive from IDispatch.

The reason that you get a ...dll\7 (I get a 6 instead of 7) is that there are multiple type libraries registered by the same dll and that's how they're differentiated in HKCU.

Hopefully, that was clear enough. I understand it less now than when I started typing...
_________________________
Stevie