When I use the 'Run method', I generally use the 'True' value to force the process to wait until completion before returning to script execution. However, despite this, the script oftens continues before the process ends. For example, I want to install two applications and set the second installation to wait until the first application finishes. Sometimes the second application starts installing before the first has completed. Is there any other way to force a process to wait? I've tried 'sleep' commands, but the timing is too difficult to predict. Is there a better way to make an application wait iuntil a process ends?