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
- :
- Running InstallScript setup.exe from DVD
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 02, 2012
11:38 AM
Running InstallScript setup.exe from DVD
I have a wrapper program for a series of InstallShield setup.exes that I launch. The way it works is that a setup.exe install is launched, the user steps through the GUI to install, and before going to the next step (install) there is code that verifies that the install was was completed by checking the registry. This all works fine from disk (hard drive). But from DVD it seems that the Installscript setup.exe returns immediately even though I have not stepped through the GUI installer and exited the setup.exe. This causes my wrapper program to proceed to the install verification too soon, and it flags an error.
I need the setup.exe to NOT return immediately when run from DVD. I have tried placing in a batch file with a call command, and that did not change the behavior. Is there some way with InstallScript to prevent the instant return of the setup.exe when run from DVD?
I need the setup.exe to NOT return immediately when run from DVD. I have tried placing in a batch file with a call command, and that did not change the behavior. Is there some way with InstallScript to prevent the instant return of the setup.exe when run from DVD?
(2) Replies
‎Oct 02, 2012
11:46 AM
Depending on the InstallShield version used to create the InstallScript installers, you might try passing the /clone_wait (past few versions) or /SMS (only with pretty old versions) switch to setup.exe. The "Setup.exe and Update.exe Command-Line Parameters" help topic has more information.