Jump to content

Recommended Posts

Posted

Okay so I make a bunch of unattended installs using autoit and would like to make a script to call those files. Now how would I script it so that it would execute the first script say firefox, but it would wait until firefox is done installing before moving on to picasa for instance. I was thinking about trying to use winwaitclose on the autoit exe file but I don't know how that would work... Any ideas?

Posted

Maybe...

While WinExists("tile of window")
Sleep(10)
Wend

8)

Okay, but what window? Lets say I name my firefox script exe "ff2.exe" would the "title of window" be ff2.exe? Or does that not count as a window? Some of the programs that I install have a different title for different parts, such as the license... I could combine the scripts but I don't want to do that unless I have to.

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...