osakamza Posted July 17, 2006 Posted July 17, 2006 My script not work in the final of instalation del Acdsee 8 This is my scrip: Run("ACDSEE.EXE") WinWaitActive("ACDSee 8","ACDSee 8 - InstallShield Wizard") Send("{ENTER}") WinWaitActive("ACDSee 8","I agree to the terms of this agreement", 3 ) Send("{E}") Send("{ENTER}") WinWaitActive("ACDSee 8","Asistente InstallShield para ACDSee 8", 3 ) Send("{TAB}") Send("{TAB}") Send("{TAB}") Send("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx") Sleep(3000) Send("{ENTER}") WinWaitActive("ACDSee 8","Tipo de instalación", 2) Send("{ENTER}") WinWaitActive("ACDSee 8","Configuración de la integración Shell", 3 ) Send("{ENTER}") WinWaitActive("ACDSee 8","Preparado para instalar el programa") Send("{ENTER}") WinWaitActive("ACDSee 8","Finalizado ACDSee 8 - InstallShield Wizard") MouseMove(201, 197)-------------- no work this action quita el tilde MouseClick("left", 201, 197, 2)---- no workk this action quita el tilde Send("{ENTER}")
AzKay Posted July 17, 2006 Posted July 17, 2006 ControlClick ControlSend ? # MY LOVE FOR YOU... IS LIKE A TRUCK- #
GaryFrost Posted July 17, 2006 Posted July 17, 2006 (edited) could of added to your other thread, or even just bumped it http://www.autoitscript.com/forum/index.php?showtopic=29311 Edited July 17, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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