Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.
Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.
We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.
Read Forum Rules
![]() ![]() |
Jan 27 2006, 09:17 AM
Post
#1
|
|
|
Vive le Québec! ![]() ![]() Group: Members Posts: 135 Joined: 10-January 05 Member No.: 40467
|
Hey guys! I really need a way to install silently divx6.1 (no autoit/WSH plz). Im surely the only one!
Thx! This post has been edited by FeTT!: Jan 27 2006, 09:18 AM |
|
|
|
Jan 27 2006, 02:40 PM
Post
#2
|
|
|
Anrial ![]() ![]() Group: Members Posts: 128 Joined: 2-June 04 From: Antwerpen Member No.: 21668
|
SEARCH!!!
|
|
|
|
Jan 27 2006, 03:08 PM
Post
#3
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1409 Joined: 4-October 04 Member No.: 32729
|
FeTT!: There is no way as of the current version of DiVX 6.1.1, only way is with AutoIt or similar.
|
|
|
|
Jan 27 2006, 10:50 PM
Post
#4
|
|
|
Group: Members Posts: 1 Joined: 27-January 06 Member No.: 86289
|
You can use mine, it's pretty simple...
CODE ; 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") This post has been edited by psyonide: Jan 27 2006, 10:50 PM
Attached File(s)
DivXPlayAutoIt.au3 ( 2.03K )
Number of downloads: 147
DivXPlayAutoIt.exe ( 118.47K )
Number of downloads: 189 |
|
|
|
Jan 28 2006, 04:34 PM
Post
#5
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1409 Joined: 4-October 04 Member No.: 32729
|
There's also a pretty complex autoit script source in the AutoIt script collection topic, made by MHz.
|
|
|
|
Feb 3 2006, 09:07 AM
Post
#6
|
|
|
Newbie Group: Members Posts: 22 Joined: 21-October 03 Member No.: 8379 |
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...
CODE ; 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") This post has been edited by s.stormont: Feb 3 2006, 09:31 AM |
|
|
|
Feb 3 2006, 09:23 AM
Post
#7
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1409 Joined: 4-October 04 Member No.: 32729
|
s.stormont: Use MHz's script, works flawless for me. It's in the AutoIt script collection topic.
|
|
|
|
Feb 3 2006, 09:32 AM
Post
#8
|
|
|
Newbie Group: Members Posts: 22 Joined: 21-October 03 Member No.: 8379 |
|
|
|
|
Feb 3 2006, 10:08 AM
Post
#9
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1409 Joined: 4-October 04 Member No.: 32729
|
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. |
|
|
|
Jul 15 2007, 05:21 AM
Post
#10
|
|
|
Group: Members Posts: 7 Joined: 30-April 07 From: Shizuoka , Japan Member No.: 137635 OS: XP Pro x86
|
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> ; ---------------------------------------------------------------------------- This post has been edited by Fajar_F45: Jul 18 2007, 05:47 AM
Attached File(s)
|
|
|
|
Sep 19 2007, 03:42 PM
Post
#11
|
|
|
Newbie Group: Members Posts: 14 Joined: 19-September 07 Member No.: 155422 OS: XP Pro x86
|
{edited by thedexmonster}
This post has been edited by thedexmonster: May 26 2008, 12:09 AM |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 8th January 2009 - 11:46 PM |