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
- :
- Re: silent installs and SdShowMsg
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
May 13, 2010
08:47 AM
silent installs and SdShowMsg
I have an InstallScript project that I've scripted that calls SdShowMsg a number of times to let the user know about various actions happening during the installation process, such as configuration events, launching third-party setups included with the product, etc. My problem is that when I run my installer in silent mode, I lose these messages and there is no indicator to the user that anything is happening other than the hourglass on the screen and the desktop shortcuts being deployed.
Is there a way to get these messages to display in silent mode?
Dennis
(Originally in InstallShield 12 forum, but cross-posted here as well)
Is there a way to get these messages to display in silent mode?
Dennis
(Originally in InstallShield 12 forum, but cross-posted here as well)
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 13, 2010
10:25 AM
DMorisseau wrote:
I have an InstallScript project that I've scripted that calls SdShowMsg a number of times to let the user know about various actions happening during the installation process, such as configuration events, launching third-party setups included with the product, etc. My problem is that when I run my installer in silent mode, I lose these messages and there is no indicator to the user that anything is happening other than the hourglass on the screen and the desktop shortcuts being deployed.
Is there a way to get these messages to display in silent mode?
Dennis
(Originally in InstallShield 12 forum, but cross-posted here as well)
You got two options..
1. Whereever you are calling SdShowMsg, use inbuilt flag if (SilentMode - I think it is available for Installscript projects).
2. Build a wrapper around your installation and call SdShowMsg in the beginning and end.
HTH
