ExecWait - not waiting for return
Hi,
The first step of upgrading the application i am writing installer to is uninstalling the performing some steps of the uninstall of current installed version.
For that - i am lunching using ExecWait from withing the install section of the new version the existing uninstall.exe (with some command line parameters).
The problem is that although i use ExecWait - the setup process does not wait for the uninstall to return and continue like i have used only the Exec command.
I have searched the forum - but couldn't find anything.
I also wrote two other test installers to do the same (one lunching the other and waits) - but the test works perfectly.
Any idea - what can cause this behavior?
Tx
Oren