coucou Posted December 8, 2009 Posted December 8, 2009 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.Regardscoucou
radix Posted December 8, 2009 Posted December 8, 2009 (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 December 8, 2009 by radix
coucou Posted December 9, 2009 Author Posted December 9, 2009 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
radix Posted December 9, 2009 Posted December 9, 2009 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now