cburbs Posted October 18, 2007 Posted October 18, 2007 (edited) I am trying to get a script going but it stops at this page - Installation Definition.Everything else works fine. Here is the code...Bold is where it stops and I also attatched a pic.Run("setupsql.exe") Initial Setup ScreenWinWaitActive("Setup", "Microsoft SQL Server 2000")Send("{ENTER}"); Install locationWinWaitActive("Welcome")Send("!Next"); Features overviewWinWaitActive("Computer Name")Send("!Next"); License agreementWinWaitActive("Installation Selection")Send("!Next"); Quick startWinWaitActive("User Information")Send("!Next"); Quick startWinWaitActive("Software License Agreement")Send("!Y"); Quick startWinWaitActive("Software License Agreement")Send("!Y")WinWaitActive("Definition", "You can select one of the following types")send("!o")send("!n") ; Quick startWinWaitActive("Start Copying Files")Send("!Next"); Quick startWinWaitActive("Setup Complete")Send("{Enter}") Edited October 18, 2007 by cburbs
Valuater Posted October 18, 2007 Posted October 18, 2007 (edited) WinWaitActive("Definition".... is not what the pic says also sometimes you can use - send Tab - to move th the next item and - send space - to select a checkbox/radio The propoer way to do this is with ControlClick(), if possible 8) BTW Welcome to the Autoit Forums Edited October 18, 2007 by Valuater
cburbs Posted October 18, 2007 Author Posted October 18, 2007 (edited) I am just looking into this recently - how do you run a Control Click()? I know I changed that recenlty just for a try on the Winwait and that didn't do anything. It is almost like it doesn't see the window itself. I tried a send("!n") and it won't even take that on this window. Edited October 18, 2007 by cburbs
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