A type library is almost exactly what it sounds like. It is a library
(i.e. can be referenced by a development tool such as Visual Studio)
containing information about COM (and possibly other, I haven't really
investigated) types.

 

Typically, type libraries have a .tlb extension. Visual Studio generates
the files for you automatically (yup, even from VB).

 

This is likely to not be helpful in resolving the problem you described
in your earlier post, since unless you are maintaining binary
compatibility (and possibly even if you are) I believe the type library
version number generated by VB will change with each build and you would
still have to update the WiX source file. Granted, the modification
would probably be easier, but you would still have to make it. You may
also still have to extract the child interface information and add
authoring for that (and again, unless you are maintaining binary
compatibility the child interface details may change with each build).

 

Regards,

Richard

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jacquet
Fabian
Sent: Wednesday, March 21, 2007 11:14 AM
To: [email protected]
Subject: [WiX-users] typelib

 

Hi,

 

what is the utility of the typelib tag?

Actually, I don't know what is a type library




* C O N F I D E N T I A L I T Y N O T I C E *
-----------------------------------------------------------
The content of this e-mail is intended solely for the use of the individual or 
entity to whom it is addressed. If you have received this communication in 
error, be aware that forwarding it, copying it, or in any way disclosing its 
content to any other person, is strictly prohibited. Peek Traffic Corporation 
is neither liable for the contents, nor for the proper, complete and timely 
transmission of (the information contained in) this communication. If you have 
received this communication in error, please notify the author by replying to 
this e-mail immediately and delete the material from any computer.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to