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
- :
- I'm trying to install MSMQ using ocsetup
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 19, 2012
08:13 AM
LaunchAppAndWait does not wait
Hi all
I've seen many thread on this but couldn't solve this with them.
I'm installing MSMQ on Windows 7 and using ocsetup and the installation doesn't wait for it.
How can I make it wait?
Thanks
Shahar
I've seen many thread on this but couldn't solve this with them.
I'm installing MSMQ on Windows 7 and using ocsetup and the installation doesn't wait for it.
How can I make it wait?
Thanks
Shahar
(2) Replies
‎Jan 20, 2012
02:38 PM
Are you passing the LAAW_OPTION_WAIT option? If this process spawns a child process to perform the installation and then the parent exits? If so, have you tried using the LAAW_OPTION_WAIT_INCL_CHILD option?
‎Jan 22, 2012
01:05 AM
I'm trying to install MSMQ using ocsetup.
I've tried the LAAW_OPTION_WAIT but I'll try also the _INCL_CHILD option.
For now I've worked around in checking twice the registry and in between waiting two seconds to try and let it finish the installation.
I'll let you know if your help works.
Thanks
Shahar
I've tried the LAAW_OPTION_WAIT but I'll try also the _INCL_CHILD option.
For now I've worked around in checking twice the registry and in between waiting two seconds to try and let it finish the installation.
I'll let you know if your help works.
Thanks
Shahar
joshstechnij wrote:
Are you passing the LAAW_OPTION_WAIT option? If this process spawns a child process to perform the installation and then the parent exits? If so, have you tried using the LAAW_OPTION_WAIT_INCL_CHILD option?