Yza_K Posted May 20, 2009 Share Posted May 20, 2009 Per chi volesse installare l'ultima versione di DivXInstaller DIVX;; YZA_K 4 EnG2ItA Staff .... since 1982 to 2009 LOL;Run("DivXInstaller.exe");nome del fileOpt("WinTitleMatchMode", 4)WinWaitActive ( "Language selection" )send ("{ENTER}")WinWaitactive ("DivX for Windows Setup")ControlClick ( "DivX for" , "Welcome", "Button2" )WinWaitactive ("DivX for Windows Setup","Copyright (c) DivX, Inc. 2009")send ("{tab}"&"{space}"&"{ENTER}")WinWaitactive ("DivX for Windows Setup","Choose Components");send ("{down}"&"{space}")sleep(88)send ("{down}"&"{space}")sleep(88)send ("{down}"&"{space}")sleep(88)send ("{down}"&"{space}")sleep(88);send ("{tab}"&"{tab}"&"{ENTER}")WinWaitactive ("DivX for Windows Setup","Choose Install Location")ControlClick ( "DivX for" , "Choose the folder", "Button2" );WinWaitactive ("DivX for Windows Setup")ControlClick ( "DivX for" , "Free!", "Button4" )send ("{ENTER}");WinWaitactive ("DivX for Windows Setup","Sign up for the DivX")ControlClick ( "DivX for" , "Keep up", "Button2" );WinWaitactive ("DivX for Windows Setup","Installation Complete")ControlClick ( "DivX for" , "has been", "Button2" ); Byesleep(2888)$PID = ProcessExists("firefox.exe")If $PID ThenProcessClose($PID)EndIf$PID = ProcessExists("IEXPLORE.EXE")If $PID ThenProcessClose($PID)EndIf$PID = ProcessExists("opera.exe")If $PID ThenProcessClose($PID)endif;exit Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.