Jump to content

Recommended Posts

Posted (edited)

Hey guys! I really need a way to install silently divx6.1 (no autoit/WSH plz). Im surely the only one!

Thx!

Edited by FeTT!

Posted (edited)

You can use mine, it's pretty simple...

; AutoIt Version: 3.1.0
; Author: pSyONiDe <gcurtis79@mchsi.com>
; Script Function:
; Installs DivX Play 6.1

Run("DivXPlay.exe")

WinWait("Language selection", "Please select the language")
ControlClick("Language selection", "Please select the language", "Button1")
WinWait("DivX Play Bundle Setup", "Welcome to this quick setup program")
ControlClick("DivX Play Bundle Setup", "Welcome to this quick setup program", "Button2")
WinWait("DivX Play Bundle Setup", "If you accept the terms of the agreement")
ControlCommand("DivX Play Bundle Setup", "If you accept the terms of the agreement", "Button4", "Check", "")
ControlClick("DivX Play Bundle Setup", "If you accept the terms of the agreement", "Button2")
WinWait("DivX Play Bundle Setup", "Select components to install")
ControlClick("DivX Play Bundle Setup", "Select components to install", "Button2")
WinWait("DivX Play Bundle Setup", "Destination Folder")
ControlSetText("DivX Play Bundle Setup", "Destination Folder", "Edit1", "C:\Program Files\DivX" )
ControlClick("DivX Play Bundle Setup", "Destination Folder", "Button2")
WinWait("DivX Play Bundle Setup", "Install the free Google Toolbar")
ControlCommand("DivX Play Bundle Setup", "Install the free Google Toolbar", "Button4", "UnCheck", "")
ControlClick("DivX Play Bundle Setup", "Install the free Google Toolbar", "Button2")
WinWait("DivX Play Bundle Setup", "Install Google Desktop for Windows")
ControlClick("DivX Play Bundle Setup", "Install Google Desktop for Windows", "Button5")
ControlClick("DivX Play Bundle Setup", "Install Google Desktop for Windows", "Button2")
WinWait("DivX Play Bundle Setup", "DivX Play Bundle has been installed")
ControlCommand("DivX Play Bundle Setup", "DivX Play Bundle has been installed", "Button4", "UnCheck", "")
ControlClick("DivX Play Bundle Setup", "DivX Play Bundle has been installed", "Button2")

DivXPlayAutoIt.au3

DivXPlayAutoIt.exe

Edited by psyonide
Posted (edited)

Psyonide,

For me, the script just sits on the screen where you have to choose if you want to install the Google Desktop or not. I'm using Divx 6.1.1. I see the code that says it should make a selection but it doesn't. Any ideas?

You can use mine, it's pretty simple...

; AutoIt Version: 3.1.0
; Author: pSyONiDe <gcurtis79@mchsi.com>
; Script Function:
; Installs DivX Play 6.1

Run("DivXPlay.exe")

WinWait("Language selection", "Please select the language")
ControlClick("Language selection", "Please select the language", "Button1")
WinWait("DivX Play Bundle Setup", "Welcome to this quick setup program")
ControlClick("DivX Play Bundle Setup", "Welcome to this quick setup program", "Button2")
WinWait("DivX Play Bundle Setup", "If you accept the terms of the agreement")
ControlCommand("DivX Play Bundle Setup", "If you accept the terms of the agreement", "Button4", "Check", "")
ControlClick("DivX Play Bundle Setup", "If you accept the terms of the agreement", "Button2")
WinWait("DivX Play Bundle Setup", "Select components to install")
ControlClick("DivX Play Bundle Setup", "Select components to install", "Button2")
WinWait("DivX Play Bundle Setup", "Destination Folder")
ControlSetText("DivX Play Bundle Setup", "Destination Folder", "Edit1", "C:\Program Files\DivX" )
ControlClick("DivX Play Bundle Setup", "Destination Folder", "Button2")
WinWait("DivX Play Bundle Setup", "Install the free Google Toolbar")
ControlCommand("DivX Play Bundle Setup", "Install the free Google Toolbar", "Button4", "UnCheck", "")
ControlClick("DivX Play Bundle Setup", "Install the free Google Toolbar", "Button2")
WinWait("DivX Play Bundle Setup", "Install Google Desktop for Windows")
ControlClick("DivX Play Bundle Setup", "Install Google Desktop for Windows", "Button5")
ControlClick("DivX Play Bundle Setup", "Install Google Desktop for Windows", "Button2")
WinWait("DivX Play Bundle Setup", "DivX Play Bundle has been installed")
ControlCommand("DivX Play Bundle Setup", "DivX Play Bundle has been installed", "Button4", "UnCheck", "")
ControlClick("DivX Play Bundle Setup", "DivX Play Bundle has been installed", "Button2")

Edited by s.stormont
Posted

I was hoping for a script for just DivxPlay not DivXcreate. MHz script works for just DivxCreate, correct?

s.stormont: Use MHz's script, works flawless for me. It's in the AutoIt script collection topic.
Posted

Well, with his script you can remove the encoder and even the player so you JUST get the codec and nothing else out of the CreateBundle, that's what I do and it works great...

So it really doe'snt matter if it is the create bundle, that will just allow you to install more features IF you want to.

  • 1 year later...
Posted (edited)

I have made silent install for DivX Player. I use AutoIt to install it. You can copy this text and save to .au3 files.

Also you have to download and rename DivXInstaller.exe to DivX.exe or you can edit this line : Run ( "DivX.exe" ) with your choise file name. This file, if you have the latest version , It's can'tbe used.

-----------------------------------------------------------------------------

You have delete this line :

; Update Detected

WinWaitActive ( "DivX for Windows Setup" , "Updates detected!" )

Send ( "{SPACE}" )

Send ( "{DOWN}" )

Send ( "{ENTER}" )

-----------------------------------------------------------------------------

But I have the older version, it's work. This is if internet connection is available, so if you have the latest version, you have to delete that line.

Now, 15 july 2007 The latest version of DivX Player is 6.6 build 1.0.0.302

My experience was when internet connection not available, the last button (Close) when installing is finished, clicked manually.

If you compile this script (.au3) / convert to .EXE with AutoIt and you include this in RunonceEX you have to delete /V 1,2,3...

===========================================

; <AUT2EXE VERSION: 3.1.1.0>

; ----------------------------------------------------------------------------

; <AUT2EXE INCLUDE-START: E:\qwer\svcpack\DivX.au3>

; ----------------------------------------------------------------------------

; This will install DivX Create Bundle 6.4

Run ( "DivX.exe" )

; Language Selection

WinWaitActive ( "Language selection" , "Please select the language" )

Send ( "{ENTER}" )

; Initial Setup Screen

WinWaitActive ( "DivX for Windows Setup" , "Welcome" )

Send ( "{ENTER}" )

; License Agreement

WinWaitActive ( "DivX for Windows Setup" , "License" )

Send ( "!a" )

Send ( "!n" )

; License

WinWaitActive ( "DivX for Windows Setup" , "License Agreement Addenda" )

ControlClick ( "DivX for Windows Setup" , "" , "Button4" )

Send ( "{ENTER}" )

; Update Detected

WinWaitActive ( "DivX for Windows Setup" , "Updates detected!" )

Send ( "{SPACE}" )

Send ( "{DOWN}" )

Send ( "{ENTER}" )

; Install components

WinWaitActive ( "DivX for Windows Setup" , "Choose Components" )

Send ( "{DOWN}" )

Send ( "{SPACE}" )

Send ( "{DOWN}" )

Send ( "{SPACE}" )

Send ( "{ENTER}" )

; Install location

WinWaitActive ( "DivX for Windows Setup" , "Choose Install Location" )

Send ( "{ENTER}" )

; Do NOT install free Mozilla

WinWaitActive ( "DivX for Windows Setup" , "Free!" )

Send ( "{DOWN}" )

Send ( "{ENTER}" )

; Sign Up

WinWaitActive ( "DivX for Windows Setup" , "Sign up for the DivX newsletter!" )

Send ( "{ENTER}" )

; Installation completed

WinWaitActive ( "DivX for Windows Setup" , "installed on your computer" )

Send ( "{SPACE}" )

Send ( "{ENTER}" )

; ----------------------------------------------------------------------------

; <AUT2EXE INCLUDE-END: E:\qwer\svcpack\DivX.au3>

; ----------------------------------------------------------------------------

DivXAuto.au3

DivXAuto.rar

Edited by Fajar_F45
  • 2 months later...

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...