Jump to content

Recommended Posts

Posted

There are also some registry entries you could export to get the shell extension "Scan with Ad-Aware", but personally I would rather do without it. Too many of those shell extensions really start to look messy after a while and may even make Explorer less stable.


Posted

for pro version 1.02

Set WshShell = WScript.CreateObject("WScript.Shell")

'To Simulate Keystrokes

WshShell.Run app & "%systemdrive%\install\aawsepro\aawsepro.exe"

WScript.Sleep 10000

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{TAB 2}"

WScript.Sleep 500

WshShell.SendKeys " "

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 4000

WshShell.SendKeys "{ESC}"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.quit

Posted

I tried the vbs script but it didn't work. Plus, when I finished the installation and run SE it reported v1.03 is now available. Will work on the script file for automation. If anyone can provide a silent way to install AdAware SE, please post here.

Posted

What are the command line options for the Pro version? Besides the /S ?????

typing a /? after the .exe doesn't do anything (except initiate the install)....

Posted

I finally found a solution to install Adaware SE 1.03 silently.

start /wait t:\aawsepersonal.exe /S

taskkill /IM Adaware.exe /F

taskkill /IM hh.exe /F

taskkill /IM Ad-Aware.exe /F

works perfectly. ..:D

Posted
I finally found a solution to install Adaware SE 1.03 silently.

start /wait t:\aawsepersonal.exe /S

taskkill /IM Adaware.exe /F

taskkill /IM hh.exe /F

taskkill /IM Ad-Aware.exe /F

works perfectly. ..:D

Firstly let me say im just dipping my toes here so excuse me dumb question taskkill do you need a plugin to add this or just add line to command please.

Posted
I finally found a solution to install Adaware SE 1.03 silently.

start /wait t:\aawsepersonal.exe /S

taskkill /IM Adaware.exe /F

taskkill /IM hh.exe /F

taskkill /IM Ad-Aware.exe /F

works perfectly. ..:D

It sure does ! Thanks :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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