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

Cannot hide cmd popup from appearing

Hello everyone,
I am trying to register TLB files from installer. For that, i am using the InstallScript LaunchAppAndWait function, that calls regtlibv12.exe to register TLB files. But, even though i have used LAAW_OPTION_HIDDEN, still I am getting the cmd popup (though momnetarily).

Any idea on how can I suppress this prompt from appearing?

Thanks in advance,
Shodhan
Labels (1)
0 Kudos
(1) Reply
Christopher_Pai
Level 16

You could avoid the problem entirely by extracting the COM metadata for the TLB files and allowing Windows Installer to handle the registration. This is a best practice as it allows for less chance of failure, cleaner rollback/uninstall and resilency awareness.
0 Kudos