DivX Pro 5.1 Install with removal of the adware, you will need pskill.exe (http://www.MSFN.org/unattended/files/pskill.zip) in your system directory for this to work modify 'app' to the location of the files Create the two files divx.vbs abd gator.reg and place in install directory ***************** divx.vbs************************ 'DivX 5.1 Pro Adware 'Script Created by Puru Oct 13, 2003 Dim WshShell, fso, temp, sysd, app, t0, reg, i, WinDo Set WshShell = WScript.CreateObject("WScript.Shell") Set fso = CreateObject("Scripting.FileSystemObject") temp = WshShell.ExpandEnvironmentStrings("%TEMP%") sysd = WshShell.ExpandEnvironmentStrings("%Systemdrive%") app = sysd & "\install\Applications\DivXPro\" reg = app & "gator.reg" t0 = 500 On Error Resume Next WshShell.Popup "Do NOT MOVE the mouse an do NOT PRESS any button!",5," - Warning - ",48 WshShell.Run (app & "DivXPro51GAINBundle.exe") 'Increase this value if you have a slower harddisk WScript.Sleep 5000 'DivX Pro(tm) Codec Adware Setup WshShell.SendKeys "n" WScript.Sleep 200 'Welcome WshShell.SendKeys "n" WScript.Sleep 200 'Choose Destination Location WshShell.SendKeys "n" WScript.Sleep 200 'Select Components WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{DOWN}" WshShell.SendKeys "{DOWN}" WshShell.SendKeys " " WshShell.SendKeys "{DOWN}" WshShell.SendKeys " " WshShell.SendKeys "{TAB}" WshShell.SendKeys "n" WScript.Sleep 200 'Ready to Install WshShell.SendKeys "n" WScript.Sleep 200 'Gain Installation WshShell.SendKeys "n" WScript.Sleep 200 'DiVX License Agreement WshShell.SendKeys "{ENTER}" WScript.Sleep 200 'The Gator Corporation Privacy Statement WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ENTER}" WScript.Sleep 200 'The Gator Corporation License Agreement WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ENTER}" 'Wait for Installation to Finish WinDo="Finished" Call SendK("{Enter}") WSCRipt.Sleep t0 'Close Window WinDo = "DivX Pro Codec Adware" Call SendK("%{F4}") 'Kill the gain process WshShell.Run ("PSKill gain_3202") WScript.Sleep 200 'Delete the executables fso.DeleteFile(temp & "\~vis0000\gain_3202.exe"), true fso.DeleteFolder(temp & "\~vis0000"), true WScript.Sleep 200 'Remove Adware Registry Keys WshShell.Run "REGEDIT /S " & reg, 0, false Sub SendK(Skey) Connect2Window t0, WinDo WshShell.SendKeys Skey End Sub Function Connect2Window(iTime, sWindowName) i = 1 Do until WshShell.AppActivate (sWindowName) i = i + 1 WScript.Sleep iTime 'wait max. 40 x t0 ~ 20 sec. If i = 40 Then Exit Function loop End Function Wscript.Quit ****************** Gator.reg*********************** Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Gator.com] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "Trickler"=- Thanks to all the guys who posted scripts earlier My 0.02