I have a vix program with common tasks including start the vmware, wait for vmware tool, then run a program in guest. The problem that I encounter is that my program in guest never get started right after the vmware is powered up. Vix seems to hang for a while. I usually have to terminate it. The second time when I run the program, it'll start my program in Guest. Is it because Vix doesn't know when Guest is finished loading? Is there a way to put a wait before calling RunProgramInGuest?
Thanks