cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
miguelborges
Level 3

DoInstall not synchronous when executing in a Removable drive

I'm facing this problem in InstallShield 2008 that I did not observed in InstallShield 6.31 version. When I execute child setups with the following code:

nRet = DoInstall ( szPath ^ "setup.inx", szParam, LAAW_OPTION_WAIT );

This instruction does not wait until the child setup ends and then I get a lot of problems, because several child setups start to execute at the same time.

I've tried to use the parameter /clone_wait, but sometimes some hangs occurred in parent setup, specially when child setups end executing

nRet = DoInstall ( szPath ^ "setup.inx", "/clone_wait", LAAW_OPTION_WAIT );

Is there an hotfix for this problem ? I'm running out of ideas to solve this issue.
Labels (1)
0 Kudos
(2) Replies
miguelborges
Level 3

Just one remark, I have more than 60 child setups that are called by a parent setup.
0 Kudos
pv7721
Level 20

Please be aware that you've posted in the InstallAnywhere 2008 forum and not in the InstallShield 2008 located here: http://community.acresso.com/forumdisplay.php?f=223
0 Kudos