Jump to content

Recommended Posts

Posted

I've search all 20 pages of the "Application Switches" topic and I couldn't find a switch for the new DivX player (DivXPlay.exe). Do you guys still use the /S switch like for 5.21 or what? I have tried contacting divx.com, but they have not responded to my emails. Thanks for the help.


Posted

i use this one for the german "create" bundle:

run("DivXCreate.exe")
Winwait("Sprachenauswahl", "Deutsch")
controlclick("Sprachenauswahl", "Deutsch", "Button1")
winwait("DivX Create Bundle Installation", "2005")
controlclick("DivX Create Bundle Installation", "2005", "Button2")
winwait("DivX Create Bundle Installation", "Lizenzabkommen")
ControlCommand ( "DivX Create Bundle Installation", "Lizenzabkommen", "Button4", "Check", "" )
controlclick("DivX Create Bundle Installation", "Lizenzabkommen", "Button2")
winwait("DivX Create Bundle Installation", "Komponenten")
controlclick("DivX Create Bundle Installation", "Komponenten", "Button2")
winwait("DivX Create Bundle Installation", "Zielverzeichnis")
controlclick("DivX Create Bundle Installation", "Zielverzeichnis", "Button2")
winwait("DivX Create Bundle Installation", "Google")
controlclick("DivX Create Bundle Installation", "Google", "Button5")
controlclick("DivX Create Bundle Installation", "Google", "Button2")
winwait("DivX Create Bundle Installation", "abgeschlossen")
ControlCommand ( "DivX Create Bundle Installation", "abgeschlossen", "Button4", "UnCheck", "" )
controlclick("DivX Create Bundle Installation", "abgeschlossen", "Button2")
$temp = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion", "SystemRoot")
FileInstall("dpl100.dll", $temp & "\system32\dpl100.dll", 1)
exit

spachtler

Posted

/S still works, but is there anyway to set the install options right, i don't want that 6 months divxpro trial, and i guess that's the default setting when installing silently. I'm almost sure NSIS installers give that kind of tools, but my english and coder skills are too poor to get me through the nsis support.

Posted

of course i took the non-pro version, in which there IS a 6 months trial of divx pro.

In the Divx Play Bundle, if you're not careful, you'll catch pro version too ^^

  • 3 weeks later...
  • 3 weeks later...
Posted

It looks like this is not clear for some people, so let me explain. From now on, divx.com provides only 2 packages. "DivX Create Bundle" and "DivX Play Bundle". Both of these packages include "DivX Pro 6 Months Trial"

There is no standalone DivX free Codec any more! If you just want the codec, you have to download one of the 2 above packages and diselect everything exept "DivX 6.0"

What we need now, is a way to remove that "DivX Pro 6 Months Trial" which is selected by deafult when installing with the /S switch.

Is there a way to do that?

post-44055-1124900767_thumb.jpg

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...