Jump to content

DivX Pro 7.2: Can't get ride from "new update"


Recommended Posts

Posted

Hi,

I've wrote a long time ago an AutoIt script for Divx 7.2 silent Install and it works just fine.

Since while, when I've an invite for new update (update Right-now, tomorrow , in a month) and can't get ride from it.

I'll appreciate any help for.

Regards

coucou


Posted (edited)

Add the next lines to your script, or download a new installer:

; Kill the update window pop-up (delete divx-bundle-updater.ini)
#Include <File.au3>
#Include <Array.au3>
$FileList = _FileListToArray(@TempDir, "ns*.tmp", 0)
If IsArray($FileList) Then
For $i = 1 to $FileList[0]
$Path = @TempDir & "\" & $FileList[$i] & "\divx-bundle-updater.ini"
FileDelete($Path)
Next
EndIf

Edited by radix
Posted

TNX radix ;)

BTW, may you explain how this added script works?

Because, I've no update popup during the install. When a new update is detected (could be 2 month after the install) i get that popup. Moreover, after a fresh install, i made a [search] for divx-bundle-updater.ini... couldn't find it anywhere!

coucou

Posted

Sorry I thought that the popup appear on installation process and in this case you can use my script or download the latest installer available on divx.com.

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...