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
- :
- How to suppress SdFinish after LaunchAppAndWait
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
‎Sep 27, 2019
01:15 PM
I am using an InstallScript project. When my installation package runs I run a batch command file using the LaunchAppAndWait command.
Once the DOS window closes the SdFinish dialog box is displayed. It is displayed even though my install script does not explicitly invoke it ? So how can I prevent the display of the SdFinish dialog box?
(1) Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 29, 2019
11:39 PM
Hi @Lexicon,
In installscript project, you can control the SdFinish dialog from the below functions:
function OnFirstUIAfter() and function OnMaintUIAfter()
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 29, 2019
11:39 PM
Hi @Lexicon,
In installscript project, you can control the SdFinish dialog from the below functions:
function OnFirstUIAfter() and function OnMaintUIAfter()
