Jump to content

Recommended Posts

Posted

I have a script that installs an ATi Radeon driver on a Windows 7 x64 machine. The card is not officially supported after Vista x64, so while there is a working driver, it is not Win7 signed. The script works, and performs driver install, but in the middle of the install, a Windows Security box pops up, asking if I want to proceed with installing the device, to which I have to click a button to proceed. Without user interaction the script hangs. However, the whole procedure must complete without human interaction.

Can autoit accomplish this task, if so, how?

Thanks in advance!

Posted

Get the Window Title & Control Handle with AtuoIT window Info Tool and do a control click at the appropriate time

Posted

Get the Window Title & Control Handle with AtuoIT window Info Tool and do a control click at the appropriate time

Thanks a lot! Got it to work with winwait, and controlclick just as you said. ;)

RMSe17

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
  • Recently Browsing   0 members

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