Jump to content

Recommended Posts

Posted

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

Posted

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]
Posted

Hi usera,

you could use ProcessWaitClose() to check whether the installation program has been closed / is finished.

thanks for your help

did you mean like ProcessWaitClose("setup.exe") ?

usera

Posted

thanks for your help

did you mean like ProcessWaitClose("setup.exe") ?

usera

Jep. :unsure: Just like that.

Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...