Jump to content

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


coucou

Recommended Posts

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

Link to comment
Share on other sites


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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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