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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- DoInstall not synchronous when executing in a Removable drive
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
‎Apr 09, 2009
06:05 AM
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.
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.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 09, 2009
06:08 AM
Just one remark, I have more than 60 child setups that are called by a parent setup.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 09, 2009
07:15 AM
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