cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sunil_ror
Level 4

How to register a .tlb file without using RegTlib.exe in BasicMSI(instalshield2008)

How to register a .tlb file without using RegTlib.exe in a BasicMSI Project in installshield
Labels (1)
0 Kudos
(1) Reply
andy928
Level 4

This is the way how I've managed to get it working:

1. Go to Components

2. Set "Yes" for both DLL and TLB for the "NET COM Interop" option

3. Net Scan at build: dependencies and properties

4. Check "self-register" for the TLB file

That's it
0 Kudos