Jump to content

Alcohol 120% 1.9.5.4212 AutoIT


bujo696

Recommended Posts

It seams that in the two last version of Alcohol 120% the /qn doesn't work no more.

Also, there was a AutoIt script for it, but now, they have changed some things, and does not work.

Anybody has an valid AutoIt script for Alcohol 120% 1.9.5.4212?

Link to comment
Share on other sites


That it not a problem, can easily be done with an RunOnceEx.

Also you can find the drivers separately and install them.

The problem is that Alcohol now comes with a Toolbar, and I think the box can't be checked with AutoIt.

Link to comment
Share on other sites

Here is an example:

Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('Alcohol_v1.9.5.4212.exe')
WinWait("Alcohol 120% 1.9.5.4212","Welcome to the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4212","Welcome to the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4212","Welcome to the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4212","Welcome to the Alcoh")
Send("{TAB}{TAB}{ENTER}")

WinWait("Alcohol 120% 1.9.5.4212 ","Please review the li")
If Not WinActive("Alcohol 120% 1.9.5.4212 ","Please review the li") Then WinActivate("Alcohol 120% 1.9.5.4212 ","Please review the li")
WinWaitActive("Alcohol 120% 1.9.5.4212 ","Please review the li")
Send("{TAB}{TAB}{ENTER}")

WinWait("Alcohol 120% 1.9.5.4212 ","Choose which feature")
If Not WinActive("Alcohol 120% 1.9.5.4212 ","Choose which feature") Then WinActivate("Alcohol 120% 1.9.5.4212 ","Choose which feature")
WinWaitActive("Alcohol 120% 1.9.5.4212 ","Choose which feature")
Send("{DOWN}{DOWN}{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")

WinWait("Alcohol 120% 1.9.5.4212 ","Choose Install Locat")
If Not WinActive("Alcohol 120% 1.9.5.4212 ","Choose Install Locat") Then WinActivate("Alcohol 120% 1.9.5.4212 ","Choose Install Locat")
WinWaitActive("Alcohol 120% 1.9.5.4212 ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")

WinWait("Alcohol 120% 1.9.5.4212 ","Completing the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4212 ","Completing the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4212 ","Completing the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4212 ","Completing the Alcoh")
Send("{SPACE}{TAB}{TAB}{ENTER}")

It doesn't include registration.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...