Jump to content

Recommended Posts

Posted

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?


Posted

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.

Posted

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.

Posted

thx ....--=ddSHADOW=--

here is the correct file

http://rapidshare.de/files/24201366/alcohol120.exe.html

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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