November 19, 200520 yr 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 !)
November 19, 200520 yr 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, 200520 yr by BoardBabe
November 19, 200520 yr Author 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!
November 19, 200520 yr 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.
November 20, 200520 yr 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.
November 20, 200520 yr Author 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!?
November 20, 200520 yr As I'm trying to say. I stronly believe there is something wrong with the isntaller, and NO SILENT SWITCH WORKING ATM.
November 20, 200520 yr Author 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, 200520 yr by Mercury_22
December 14, 200520 yr Author DivX 6.1 RELEASED AND NO SILENT SWITCH WORKING !!!! DivX 6.1 "bugged"????? HELP!!! (NO AutoIt!)
December 15, 200520 yr 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...
December 15, 200520 yr Author 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"
December 24, 200520 yr 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, 200520 yr by C.RAZY
December 25, 200520 yr 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...
December 27, 200520 yr 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, 200520 yr by C.RAZY
Create an account or sign in to comment