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

How to register a .tlb file without using RegTlib.exe in a BasicMSI Project in installshield.
As of now I am using RegTlib.exe and launching it through LaunchAppAndWait() , but it shows a regtlib window, even with -q option and with following API.
LaunchAppAndWait( szExecPath, szCommandLine, LAAW_OPTION_WAIT || LAAW_OPTION_HIDDEN);
Though it shows for a fraction of moment but even that is not acceptable in my project. :confused:
Labels (1)
0 Kudos
(1) Reply
Vijay__K
Level 7

I'm sure there was a setting in the component view for the file.
You can attache the tlb to the component if i remember correctly.
0 Kudos