January 27, 200620 yr 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, 200620 yr by FeTT!
January 27, 200620 yr FeTT!: There is no way as of the current version of DiVX 6.1.1, only way is with AutoIt or similar.
January 28, 200620 yr 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, 200620 yr by psyonide
January 28, 200620 yr There's also a pretty complex autoit script source in the AutoIt script collection topic, made by MHz.
February 3, 200620 yr 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, 200620 yr by s.stormont
February 3, 200620 yr s.stormont: Use MHz's script, works flawless for me. It's in the AutoIt script collection topic.
February 3, 200620 yr 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.
February 3, 200620 yr 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.
July 15, 200719 yr 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, 200719 yr by Fajar_F45
Create an account or sign in to comment