FeTT! Posted January 27, 2006 Posted January 27, 2006 (edited) Hey guys! I really need a way to install silently divx6.1 (no autoit/WSH plz). Im surely the only one!Thx! Edited January 27, 2006 by FeTT!
BoardBabe Posted January 27, 2006 Posted January 27, 2006 FeTT!: There is no way as of the current version of DiVX 6.1.1, only way is with AutoIt or similar.
psyonide Posted January 28, 2006 Posted January 28, 2006 (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.1Run("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.au3DivXPlayAutoIt.exe Edited January 28, 2006 by psyonide
BoardBabe Posted January 28, 2006 Posted January 28, 2006 There's also a pretty complex autoit script source in the AutoIt script collection topic, made by MHz.
s.stormont Posted February 3, 2006 Posted February 3, 2006 (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.1Run("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 February 3, 2006 by s.stormont
BoardBabe Posted February 3, 2006 Posted February 3, 2006 s.stormont: Use MHz's script, works flawless for me. It's in the AutoIt script collection topic.
s.stormont Posted February 3, 2006 Posted February 3, 2006 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.
BoardBabe Posted February 3, 2006 Posted February 3, 2006 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.
Fajar_F45 Posted July 15, 2007 Posted July 15, 2007 (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 DetectedWinWaitActive ( "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.302My 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.4Run ( "DivX.exe" ); Language SelectionWinWaitActive ( "Language selection" , "Please select the language" )Send ( "{ENTER}" ); Initial Setup ScreenWinWaitActive ( "DivX for Windows Setup" , "Welcome" )Send ( "{ENTER}" ); License AgreementWinWaitActive ( "DivX for Windows Setup" , "License" )Send ( "!a" )Send ( "!n" ); LicenseWinWaitActive ( "DivX for Windows Setup" , "License Agreement Addenda" )ControlClick ( "DivX for Windows Setup" , "" , "Button4" )Send ( "{ENTER}" ); Update DetectedWinWaitActive ( "DivX for Windows Setup" , "Updates detected!" )Send ( "{SPACE}" )Send ( "{DOWN}" )Send ( "{ENTER}" ); Install componentsWinWaitActive ( "DivX for Windows Setup" , "Choose Components" )Send ( "{DOWN}" )Send ( "{SPACE}" )Send ( "{DOWN}" )Send ( "{SPACE}" )Send ( "{ENTER}" ); Install locationWinWaitActive ( "DivX for Windows Setup" , "Choose Install Location" )Send ( "{ENTER}" ); Do NOT install free MozillaWinWaitActive ( "DivX for Windows Setup" , "Free!" )Send ( "{DOWN}" )Send ( "{ENTER}" ); Sign UpWinWaitActive ( "DivX for Windows Setup" , "Sign up for the DivX newsletter!" )Send ( "{ENTER}" ); Installation completedWinWaitActive ( "DivX for Windows Setup" , "installed on your computer" )Send ( "{SPACE}" )Send ( "{ENTER}" ); ----------------------------------------------------------------------------; <AUT2EXE INCLUDE-END: E:\qwer\svcpack\DivX.au3>; ----------------------------------------------------------------------------DivXAuto.au3DivXAuto.rar Edited July 18, 2007 by Fajar_F45
thedexmonster Posted September 19, 2007 Posted September 19, 2007 (edited) {edited by thedexmonster} Edited May 26, 2008 by thedexmonster
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now