rmse17 Posted August 31, 2010 Share Posted August 31, 2010 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! Link to comment Share on other sites More sharing options...
Varian Posted August 31, 2010 Share Posted August 31, 2010 Get the Window Title & Control Handle with AtuoIT window Info Tool and do a control click at the appropriate time Link to comment Share on other sites More sharing options...
rmse17 Posted September 6, 2010 Author Share Posted September 6, 2010 Get the Window Title & Control Handle with AtuoIT window Info Tool and do a control click at the appropriate timeThanks a lot! Got it to work with winwait, and controlclick just as you said. RMSe17 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now