Jump to content

Recommended Posts


Posted

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 bit

cya

Killer Bee

Posted

dunno of any silent switches for dap here's the automated script u could use

Pute 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 Next


WshShell.Run ("C:\dap\dap72.exe")

WScript.Sleep 7000
WshShell.SendKeys "n"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "NAME"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "COMPANY"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "EMAIL@ADDRESS.COM"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ }"
WScript.Sleep 500
WshShell.SendKeys "n"
WScript.Sleep 500
WshShell.SendKeys "{DOWN 3}"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{DOWN}"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{DOWN}"
WScript.Sleep 500
WshShell.SendKeys "%n"
WScript.Sleep 500
WshShell.SendKeys "{TAB 4}"
WScript.Sleep 1000
WshShell.SendKeys "{ }"
WScript.Sleep 500
WshShell.SendKeys "n"
WScript.Sleep 500
WshShell.SendKeys "n"
WScript.Sleep 500
WshShell.SendKeys "n"
WScript.Sleep 20000
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ }"
WScript.Sleep 500
WshShell.SendKeys "f"
WScript.Sleep 12000
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "y"
WScript.Sleep 500
WshShell.Run ("C:\dap\pskill.exe iexplore.exe")





Wscript.Quit

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