Mercury_22 Posted November 19, 2005 Posted November 19, 2005 I need help with this one! Which is the switch for this version? (/S switch does not work on DivX 6.0.3 1.0.0.122 !)
BoardBabe Posted November 19, 2005 Posted November 19, 2005 (edited) If you did a search you would find your answer in about 2 secounds (depending on your connection speed and hardware) as this has already been covered in previous posts...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. Edited November 19, 2005 by BoardBabe
Mercury_22 Posted November 19, 2005 Author Posted November 19, 2005 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. I can't use AutoIt3 because my divx it's integrated in another installer.....Are you sure about "DivxPlay/Create is bugged"? I'm using 6.0.3 1.0.0.108 in the meantime but i'm thinking to move to Xvid if i can't find a switch!
BoardBabe Posted November 19, 2005 Posted November 19, 2005 I'm not sure it's a bug no.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.
MHz Posted November 20, 2005 Posted November 20, 2005 I can't use AutoIt3 because my divx it's integrated in another installer.....Are you sure about "DivxPlay/Create is bugged"? I'm using 6.0.3 1.0.0.108 in the meantime but i'm thinking to move to Xvid if i can't find a switch! 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.
Mercury_22 Posted November 20, 2005 Author Posted November 20, 2005 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. Already done that! not working (also /L /S /D it use to be NSIS installer ! ) Maybe I did something wrong!?
BoardBabe Posted November 20, 2005 Posted November 20, 2005 As I'm trying to say. I stronly believe there is something wrong with the isntaller, and NO SILENT SWITCH WORKING ATM.
MHz Posted November 20, 2005 Posted November 20, 2005 I will try and create an automated scripted with AutoIt if needed ?
Mercury_22 Posted November 20, 2005 Author Posted November 20, 2005 (edited) I will try and create an automated scripted with AutoIt if needed ? Thanks! But it will be useless for me! It looks like B.Babe's right "something wrong with the installer, and NO SILENT SWITCH WORKING ATM" I hope it's only ATM Edited December 15, 2005 by Mercury_22
Mercury_22 Posted December 14, 2005 Author Posted December 14, 2005 DivX 6.1 RELEASED AND NO SILENT SWITCH WORKING !!!! DivX 6.1 "bugged"????? HELP!!! (NO AutoIt!)
BoardBabe Posted December 15, 2005 Posted December 15, 2005 Hehe, did they not fix it yet?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...
Mercury_22 Posted December 15, 2005 Author Posted December 15, 2005 Hehe, did they not fix it yet?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"
C.RAZY Posted December 24, 2005 Posted December 24, 2005 (edited) DivX 6.1 Javascript silencerThis 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 Edited December 24, 2005 by C.RAZY
BoardBabe Posted December 25, 2005 Posted December 25, 2005 Use MHz' AutoIt script in the AutoIt script collection thread. I've tried it and it is very professional and smooth working (wish there were and option to remove ALL shortcuts though, but I inprovised that).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...
C.RAZY Posted December 27, 2005 Posted December 27, 2005 (edited) I just like to avoid AutoIt wherever possible (nothing personal, I just *think* that the keypresses in the installers are more consistent between version changes, and they are so easy to do with a little and clear-to-read wsh-script...), and besides that, someone asked for a non-AutoIt possibility Greetings,C.RAZY Edited December 27, 2005 by C.RAZY
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now