Jump to content

I need help with the Silent Installation of Atube Catcher


Recommended Posts

Hi everyone!

I´ve been trying to make a script with Autoit but I can get past the window "select your languaje". It doesn´t do anything (activate the window), I tried to put a sleep but I got the the same result.

To make it short, I can´t get a grip of the "select your languaje" windows. And I tried The WinWait Function. ;(

Here`s the code:

Run ("aTubeCatcher.exe")
WinWait ("aTube Catcher","Bienvenido al Asiste")
If Not WinActive ("aTube Catcher","Bienvenido al Asiste") then WinActivate ("aTube Catcher","Bienvenido al Asiste")
Send("{ENTER}")
WinWait ("aTube Catcher ","Por favor revise el ")
If Not WinActive ("aTube Catcher ","Por favor revise el ") then WinActivate ("aTube Catcher ","Por favor revise el ")
Send("{ENTER}")
WinWait ("aTube Catcher ","Selección de compone")
If Not WinActive ("aTube Catcher ","Selección de compone") then WinActivate ("aTube Catcher ","Selección de compone")
Send("{ENTER}")
WinWait ("aTube Catcher ","Elegir lugar de inst")
If Not WinActive ("aTube Catcher ","Elegir lugar de inst") then WinActivate ("aTube Catcher ","Elegir lugar de inst")
Send("{ENTER}")
WinWait ("aTube Catcher ","Elegir Carpeta del M")
If Not WinActive ("aTube Catcher ","Elegir Carpeta del M") then WinActivate ("aTube Catcher ","Elegir Carpeta del M")
Send("{ENTER}")
Sleep (25000)
WinWait ("Select your language","Ok")
If Not WinActive ("Select your language","Ok") then WinActivate ("Select your language","Ok")
Send("e{TAB}{ENTER}")
;WinWait ("aTube Catcher 3.8.5187","Default settings loa")
;If Not WinActive ("aTube Catcher 3.8.5187","Default settings loa") then WinActivate ("aTube Catcher 3.8.5187","Default settings loa")
Sleep (2000)
Send("{ENTER}")
WinWait ("aTube Catcher ","Finalizando el Asist")
If Not WinActive ("aTube Catcher ","Finalizando el Asist") then WinActivate ("aTube Catcher ","Finalizando el Asist")
Send("{SPACE}{ENTER}")
WinWait ("No se puede encontrar el servidor - Internet explorer proporcionado por GP","Vínculos")
If Not WinActive ("No se puede encontrar el servidor - Internet explorer proporcionado por GP","Vínculos") then WinActivate ("No se puede encontrar el servidor - Internet explorer proporcionado por GP","Vínculos")
Send("{ALTDOWN}{F4}{ALTUP}")

Thanks in advance.

Atube Good.au3

Edited by picorico
Link to comment
Share on other sites

  • 3 weeks later...

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