This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Cannot hide cmd popup from appearing
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 23, 2014
03:27 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 01, 2015
04:40 PM
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.