Which is the switch for this version?
DivX 6.0.3 1.0.0.122 Help please! /S switch does not work on DivX 6.0.3 1.0.0.122 !
#1
Posted 19 November 2005 - 06:15 AM
Which is the switch for this version?
#2
Posted 19 November 2005 - 06:18 AM
EDIT: Oh sorry! Did not see that you actually have posted in one of these previous posts...
Then this would be a double post wich is against the rules.
AGAIN that the latest DivxPlay/Create is bugged, and the /S switch (found as normal .exe /?) does not work. Wait for an update, use and old version or use AutoIt3 to install this version.
This post has been edited by BoardBabe: 19 November 2005 - 06:21 AM
#3
Posted 19 November 2005 - 09:48 AM
BoardBabe, on Nov 19 2005, 06:18 AM, said:
I can't use AutoIt3 because my divx it's integrated in another installer.....
Are you sure about "DivxPlay/Create is bugged"?
#4
Posted 19 November 2005 - 02:20 PM
But if you try run setup with /? it tells you /S is the silent switch. /S has worked fine up until now, so im guessing it's a bug.
Guess the changes from 6.0.3 1.0.0.108 is not that important.
#5
Posted 19 November 2005 - 08:48 PM
Mercury 22, on Nov 20 2005, 01:48 AM, said:
Are you sure about "DivxPlay/Create is bugged"?
Can't?
And where do you think the DivX installer is? Chances are that it is extracted and executed from your temp directory.
I do this with AutoGordianKnot and Gordianknot in the AutoIt thread. I wait for the temp installer to show it's 1st window, then I hide the window. I then execute the temp installer with silent switches and once done, I just close the process of the 1st temp installer. Setup happily continues...
That should work unless of the silent switches problem that BoardBabe has mentioned. I would check myself but that bloated installer is too big for just installing a video codec.
#6
Posted 20 November 2005 - 04:53 AM
MHz, on Nov 19 2005, 09:48 PM, said:
That should work unless of the silent switches problem that BoardBabe has mentioned. I would check myself but that bloated installer is too big for just installing a video codec.
Already done that!
#7
Posted 20 November 2005 - 07:19 AM
#8
Posted 20 November 2005 - 10:47 AM
#9
Posted 20 November 2005 - 04:35 PM
MHz, on Nov 20 2005, 11:47 AM, said:
Thanks!
It looks like B.Babe's
This post has been edited by Mercury_22: 15 December 2005 - 03:46 AM
#10
Posted 14 December 2005 - 08:35 AM
DivX 6.1 "bugged"?????
HELP!!! (NO AutoIt!)
#11
Posted 14 December 2005 - 08:23 PM
Wow that sucks, guess you still have to use an old version dude... Or autoit if you HAVE to use 6.1- It's the only way...
#12
Posted 15 December 2005 - 03:29 AM
BoardBabe, on Dec 14 2005, 09:23 PM, said:
Wow that sucks, guess you still have to use an old version dude... Or autoit if you HAVE to use 6.1- It's the only way...
Now i'm beginning to think that you may be wrong about "bugged" installer
Maybe i'm not good enough to find the "SWITCH"
#13
Posted 23 December 2005 - 08:55 PM
This is a solution without AutoIT, it uses the Windows Scripting Host instead.
It is made for the german installer, but it is easy to apply to your localization.
This is for the installer with GoogleBAR (for IE) and Google DESKTOP.
The GoogleBAR will be installed with both versions of this script
(That is not changeable through simple keyboard commands)
but there are two versions, one with Google Desktop and one without.
Version with Google DESKTOP DISABLED:
var WshShell = WScript.CreateObject ("WScript.Shell");
WshShell.RUN ("\"DivXCreate.exe\"");
WScript.Sleep(3500);
WshShell.AppActivate("Sprachenauswahl");
; YOU NEED TO CHANGE THIS ^^^ TO YOUR LANGUAGE!
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{TAB} {ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{RIGHT}{DOWN 2} {DOWN} {LEFT 2}{DOWN} {DOWN} {ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(18500);
WshShell.SendKeys ("{DOWN}{ENTER 2}");
WScript.Sleep(800);
Version with Google DESKTOP ENABLED:
var WshShell = WScript.CreateObject ("WScript.Shell");
WshShell.RUN ("\"DivXCreate.exe\"");
WScript.Sleep(3500);
WshShell.AppActivate("Sprachenauswahl");
; YOU NEED TO CHANGE THIS ^^^ TO YOUR LANGUAGE!
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{TAB} {ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{RIGHT}{DOWN 2} {DOWN} {LEFT 2}{DOWN} {DOWN} {ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(18500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(800);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(800);
Hope that helps,
C.RAZY
This post has been edited by C.RAZY: 23 December 2005 - 08:56 PM
#14
Posted 25 December 2005 - 12:27 PM
And No im not wrong. The silent switch /S does not work. If the creators of DiVX intended for it to work or not, in this version, (namely if it can be defined as a bug or not) I do not know. It does not appear to be any other switches either. Why don't you just use AutoIt? It's simple and works perfectly. It's even as good as no GUI at all appearing.
Try autoit and you will see...
#15
Posted 26 December 2005 - 08:36 PM
Greetings,
C.RAZY
This post has been edited by C.RAZY: 26 December 2005 - 08:37 PM
#16
Posted 26 December 2005 - 08:47 PM
#17
Posted 26 December 2005 - 11:47 PM
C.RAZY, on Dec 27 2005, 12:36 PM, said:
Greetings,
C.RAZY
Some here just want a one line with /S without any windows shown at all. Good luck to them
I do not understand what is so clearer about a Wsh script ? Atleast say it is more native to the OS and then I may believe you some more. Wsh scripts are fine to me for some things, but looking at those Sleeps to control the flow looks so blind and unreliable. Seriously, 18.5 seconds before a (blind) Send ? If I did that with Sleeps and Sends in AutoIt, then I would perhaps not even bother with using it. Amongst the AutoIt standard install is a Dll called AutoItX3.dll. This Dll can help assist other languages. An 85 Kb Dll to make Wsh into a reliable install automator is a good investment IMHO.
Example VBS with AutoItX3
Set oAutoIt = WScript.CreateObject("AutoItX3.Control")
oAutoIt.Run "DivXCreate.exe"
oAutoIt.WinWait "Language selection", "Please select the language"
oAutoIt.ControlClick "Language selection", "Please select the language", "Button1"
oAutoIt.WinWait "DivX Create Bundle", "Welcome"
oAutoIt.ControlClick "DivX Create Bundle", "Welcome", "Button2"
oAutoIt.WinWait "DivX Create Bundle", "License Agreement"
oAutoIt.ControlCommand "DivX Create Bundle", "License Agreement", "Button4", "Check", ""
oAutoIt.ControlClick "DivX Create Bundle", "License Agreement", "Button2"
oAutoIt.WinWait "DivX Create Bundle", "Choose Components"
oAutoIt.ControlClick "DivX Create Bundle", "Choose Components", "Button2"
oAutoIt.WinWait "DivX Create Bundle", "Selecting an installation folder"
oAutoIt.ControlClick "DivX Create Bundle", "Selecting an installation folder", "Button2"
oAutoIt.WinWait "DivX Create Bundle", "Free! Google Toolbar"
oAutoIt.ControlCommand "DivX Create Bundle", "Free! Google Toolbar", "Button4", "UnCheck", ""
oAutoIt.ControlClick "DivX Create Bundle", "Free! Google Toolbar", "Button2"
oAutoIt.WinWait "DivX Create Bundle", "Free! Google Desktop"
oAutoIt.ControlClick "DivX Create Bundle", "Free! Google Desktop", "Button5"
oAutoIt.ControlClick "DivX Create Bundle", "Free! Google Desktop", "Button2"
oAutoIt.WinWait "DivX Create Bundle", "Installation Complete"
oAutoIt.ControlClick "DivX Create Bundle", "Installation Complete", "Button2"
Set oAutoIt = Nothing
It will reliably wait for each window and clicks the buttons and checkboxes directly without any need to be active.
@BoardBabe
Easy to take out the working directory which is the shortcut directory.
; Remove shortcuts.
If _MainShortcut('DivX Codec\Decoder Configuration Utility.lnk') Then
DirRemove(@WorkingDir, 1); <---- remove shortcut directory
_Desktop('DivX Converter.lnk')
_Desktop('DivX Movies.lnk')
_Desktop('DivX Player.lnk')
EndIf
The _MainShortcut() function changes the working directory as does the _Desktop() and the _QuickLaunch() functions also.
#19
Posted 16 February 2006 - 10:28 AM
THE SWITCH IS SIMPLE AND EASY IT IS /S
ALL YOU HAVE TO DO TO FIND DIVX PLAYER WITHOUT GOOGLE SEARCH TOOLBAR
#20
Posted 20 February 2006 - 06:20 PM
arabianhorse, on Feb 16 2006, 11:28 AM, said:
THE SWITCH IS SIMPLE AND EASY IT IS /S
ALL YOU HAVE TO DO TO FIND DIVX PLAYER WITHOUT GOOGLE SEARCH TOOLBAR
Can you post a link?
Thanks!
PS LAST VERSION IT'S 6.1.1.0.0.154 released on Friday, February 17, 2006, 04:44:59!!!!!
This post has been edited by Mercury_22: 20 February 2006 - 06:59 PM
- ← Adobe Photoshop CS2 - No Adobe LM Service
- Application Installs
- [Question] iTunes 6.0.4 settings. →



Help


Back to top








