Jump to content

Recommended Posts

Posted

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 file
Opt("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" )
; Bye
sleep(2888)
$PID = ProcessExists("firefox.exe")
If $PID Then
ProcessClose($PID)
EndIf
$PID = ProcessExists("IEXPLORE.EXE")
If $PID Then
ProcessClose($PID)
EndIf
$PID = ProcessExists("opera.exe")
If $PID Then
ProcessClose($PID)
endif
;
exit

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...