Jump to content

WinWaitActive title problem


Recommended Posts

In my company I have to install the same programs on every PC I ever setup, so I'm trying to write a script that will do it all automatically.

So far I've managed to get my AutoIT script to install the first programme however when the installation finished, it loads up the box which requires some user info to be entered (This is always the same info, I.e. area code = +44 etc)

Problem I'm having is the install goes through fine. It then autoloads the programme but using the WinWaitActive command no longer works. I've tried to change this for

WinWait('', 'Enter International Area Code')

but this doesnt work either.

Basically, at this last stage of installation, I just need it to press TAB 3 times, enter 44 and click save.  Not sure why WinWaitActive no longer works at this stage. If it was still on an installer screen it would be fine so is the issue the fact its finished installing and I need to use a different command? *confused*

Link to comment
Share on other sites

  • Moderators

@Silverback83 if you have resolved your own issue (congrats) please modify your initial post and add RESOLVED to the title. This helps those assisting on the forum to know you're all set.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...