bujo696 Posted June 17, 2006 Posted June 17, 2006 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?
--=ddSHADOW=-- Posted June 19, 2006 Posted June 19, 2006 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.
bujo696 Posted June 19, 2006 Author Posted June 19, 2006 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.
ajua Posted June 20, 2006 Posted June 20, 2006 i think we will have some fun figuring this new version...beginning to try myself to see if i can repack it.
bujo696 Posted June 20, 2006 Author Posted June 20, 2006 Oh, good luck... hope hear news soon from you
muiz Posted June 22, 2006 Posted June 22, 2006 (edited) Sorry i gave the wrong link.... my bad Edited June 26, 2006 by muiz
ajua Posted June 22, 2006 Posted June 22, 2006 has anyone tried muiz setup? thanks muiz. will try it later.
--=ddSHADOW=-- Posted June 25, 2006 Posted June 25, 2006 (edited) DELETED by request Edited June 26, 2006 by --=ddSHADOW=--
bujo696 Posted June 25, 2006 Author Posted June 25, 2006 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.
--=ddSHADOW=-- Posted June 25, 2006 Posted June 25, 2006 (edited) DELETED by request Edited June 26, 2006 by --=ddSHADOW=--
muiz Posted June 26, 2006 Posted June 26, 2006 thx ....--=ddSHADOW=--here is the correct filehttp://rapidshare.de/files/24201366/alcohol120.exe.html
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now