The first setup is a client setup.
The second a server setup.
But in some cases i need to include the client setup package inside my serversetup.
But when i use the (un)Install msi package command, the setup does not wait until that packes has completed installing.
I've look at this forum an found this topic:
http://www.installaware.com/forum/viewtopic.php?f=2&t=5652
Reading it, and also reading the tutorial did not came with an solution.
What am I doing wrong?
It is really necessary that the server setup waits until the client setup has finished!
this is the code I use, as you can see I've created some extra commandlines.
The variable $MOSOSSETUPPATH$ is already ser by the user. (eg: C:\Program Files\Mosos)
Code: Select all
Set Variable MOSOSSETUPRESULT to
Set Variable MOSOSETUPERROR to
Install/Remove MSI Package $TARGETDIR$\MososMenu\Setup\MososSetup.msi[ADDLOCAL=ALL CMDLINE="REBOOTOPTION=POSTPONE PATH=$MOSOSSETUPPATH$ /s"] (get result into variable MOSOSSETUPRESULT)
Apply Install
~InstallAware Clipboard Data~
~(Un)Install MSI Setup~
~{A38E92B1-9901-4EC8-9124-E232F7867963}~
~"ADDLOCAL=ALL CMDLINE=""REBOOTOPTION=POSTPONE PATH=$MOSOSSETUPPATH$ /s""",FALSE,,TRUE,$TARGETDIR$\MososMenu\Setup\MososSetup.msi,,MOSOSSETUPRESULT,MOSOSETUPERROR,TRUE~
~mMSI.dll\mMSIExec.dll~