Astalavista Posted July 24, 2004 Posted July 24, 2004 Download Accelerator 7.2 (site1)Download Accelerator 7.2 (site2)Can someone pls try to figure out how to silently install Download Accelerator 7.2this is the latest release.
killerbee Posted July 24, 2004 Posted July 24, 2004 hi,it a WiSE-Installer - use /s for a silent installation.If this one works like the older versions than you need to pskill dap.exe after installation.hope this helps a bitcyaKiller Bee
chezy666 Posted July 28, 2004 Posted July 28, 2004 dunno of any silent switches for dap here's the automated script u could usePute dap and this script (put it in notepad and save as dap.vbs, make sure its not dap.vbs.txt) in the same folder also put pskill in the same folder, you could use %systemdrive% variable instead of C:\, and change folder path's accordingly, change name, company, etc. according to your preferences, here's the script,Set WshShell = WScript.CreateObject("WScript.Shell")On Error Resume NextWshShell.Run ("C:\dap\dap72.exe")WScript.Sleep 7000WshShell.SendKeys "n"WScript.Sleep 500WshShell.SendKeys "a"WScript.Sleep 500WshShell.SendKeys "NAME"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "COMPANY"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "EMAIL@ADDRESS.COM"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{ }"WScript.Sleep 500WshShell.SendKeys "n"WScript.Sleep 500WshShell.SendKeys "{DOWN 3}"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{DOWN}"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{DOWN}"WScript.Sleep 500WshShell.SendKeys "%n"WScript.Sleep 500WshShell.SendKeys "{TAB 4}"WScript.Sleep 1000WshShell.SendKeys "{ }"WScript.Sleep 500WshShell.SendKeys "n"WScript.Sleep 500WshShell.SendKeys "n"WScript.Sleep 500WshShell.SendKeys "n"WScript.Sleep 20000WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{ }"WScript.Sleep 500WshShell.SendKeys "f"WScript.Sleep 12000WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "y"WScript.Sleep 500WshShell.Run ("C:\dap\pskill.exe iexplore.exe")Wscript.Quit
chezy666 Posted July 28, 2004 Posted July 28, 2004 i dont know why i wasted my time making the script, killerbee's right, though you might wanna pskill iexplore.exe aswell.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now