Jump to content

pROBLEMS WITH ACDSEE 8


Recommended Posts

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}")

Link to comment
Share on other sites

could of added to your other thread, or even just bumped it http://www.autoitscript.com/forum/index.php?showtopic=29311

Edited 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.

 

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...