usera 1 Posted May 10, 2011 Greeting, I have an application need to install from Network (so some time the speed is fast some time is slow). I want to build a send key script to automatically. I did the script looks ok if run from local. current I find following issue. 1. the installation is using a windows (only a window. that is means the title never change) 2. since install from network I really do not know when it will finish. then I can msgbox that installation finish. Thanks usera Share this post Link to post Share on other sites
hannes08 39 Posted May 11, 2011 Hi usera, you could use ProcessWaitClose() to check whether the installation program has been closed / is finished. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites
usera 1 Posted May 11, 2011 Hi usera,you could use ProcessWaitClose() to check whether the installation program has been closed / is finished.thanks for your helpdid you mean like ProcessWaitClose("setup.exe") ?usera Share this post Link to post Share on other sites
hannes08 39 Posted May 11, 2011 thanks for your helpdid you mean like ProcessWaitClose("setup.exe") ?useraJep. Just like that. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites
usera 1 Posted May 11, 2011 Jep. Just like that.Thanks, will try and let you know Share this post Link to post Share on other sites