How to wait for SETUP.EXE to finish
Is there a switch for Installshield SETUP.EXE to have it wait until the underlying .MSI is complete? I tried /sms but it didn't work, I think that is for non-MSI setups.
[8|]
[8|]
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
spartacus
18 years ago
Extract from Macrovision KnowledgeBase :
/w : Wait
For a Basic MSI project, the /w argument forces Setup.exe to wait until the installation is complete before exiting.
If you are using the /w option in a batch file, you may want to precede the entire Setup.exe command-line argument with start /WAIT. A properly formatted example of this usage is as follows:
start /WAIT setup.exe /w
Full article is at
http://support.installshield.com/kb/view.asp?articleid=Q105473#wParam
Don't know if this will help you - it does state that this is for Basic MSI projects ...
Regards,
Spartacus
/w : Wait
For a Basic MSI project, the /w argument forces Setup.exe to wait until the installation is complete before exiting.
If you are using the /w option in a batch file, you may want to precede the entire Setup.exe command-line argument with start /WAIT. A properly formatted example of this usage is as follows:
start /WAIT setup.exe /w
Full article is at
http://support.installshield.com/kb/view.asp?articleid=Q105473#wParam
Don't know if this will help you - it does state that this is for Basic MSI projects ...
Regards,
Spartacus
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.