June 17, 200620 yr 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?
June 19, 200620 yr making script isnt a problem, problem is that after the driver is installed installer blocks to continue and u must restart before u can complete the install.
June 19, 200620 yr Author 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.
June 20, 200620 yr i think we will have some fun figuring this new version...beginning to try myself to see if i can repack it.
June 25, 200620 yr Author 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.
June 26, 200620 yr thx ....--=ddSHADOW=--here is the correct filehttp://rapidshare.de/files/24201366/alcohol120.exe.html
Create an account or sign in to comment