Register applications via Registry table rather than TLBs

Posted by Mmarquee on Stack Overflow See other posts from Stack Overflow or by Mmarquee
Published on 2010-03-06T18:31:31Z Indexed on 2010/03/08 16:06 UTC
Read the original article Hit count: 627

We register the capabilities of Delphi applications using TLB files. However, from reading MSDN documentation, "Installation package authors are strongly advised against using the TypeLib table. Instead, they should register type libraries by using the Registry table". Does anyone have any advice on how to do this in a 'Delphi' way for Windows 7?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about registry