I am launching an Install Shield installer in silent mode. I want my vb program to wait for the installer to finish, so I can do some post install cleanup. Since the install is silent, there are no windows to detect, but there is a process called _isdel running during the install. How can I check to see if _isdel is still running, or if it has quit?