Jump to content

Recommended Posts


Posted

i wasnt aware it was out :) thanks ! downloading now :rolleyes:

probly same as adaware 6

EDIT: is there not a free adaware SE? :S all i see is paid versions

EDIT2: here it is for anyone who wants it: Adaware SE

Posted

ive just been playing with it & seen on the forums.. they didnt include any commandline options (besides /S) it brings up the manual & scan

only way 2 kill these apparently are taskkill

they have included commandline options for pro version of it..

IMO cheap tactic to get u 2 buy it :)

start /wait adawaresepersonal.exe /S
taskkill /IM Ad-Aware.exe /F
taskkill /IM hh.exe /F

regards

Posted

is there a way to kill those two tasks using the RunOnceEX method?

(i'm trying to peice all this info together to make an sp2 unattend with all my soft. for the first time, kinda new at this)

Posted

It's unfortunatly not working..

with /S is fine but start the help file and automaticly the scan the machine.

So I also tryed those task :

askkill /IM Ad-Aware.exe /F

taskkill /IM hh.exe /F

but after I have the webupdate hanging for a few secondes and then start adaware without scanning....

could anyone help me..??

thanks

Posted

hi.. just do this instead.. (for your info adaware released 1.02 of SE)

copy the directory C:\program files\lavasoft

to $OEM$\$progs\<paste here>

next use the shortcut.exe & make shortcuts if u want them.. thats easier & u dont have it scanning your pc during setup or popping up the help file

regards

Posted

function getWin(win, inc)

{

var cntr = 0;

while (!WshShell.AppActivate(win))

{

if (cntr==12) return true;

cntr++;

WScript.Sleep(inc);

}

return true;

}

var WshShell = new ActiveXObject("WScript.Shell");

var oExec = WshShell.Exec("adawarese.exe");

while (oExec.Status == 0)

{

WScript.Sleep(2000);

getWin("Adaware Setup", 300);

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(2000);

WshShell.SendKeys ("{TAB}");

WScript.Sleep(500);

WshShell.SendKeys (" ");

WshShell.SendKeys ("{TAB}");

WScript.Sleep(500);

WshShell.SendKeys (" ");

WshShell.SendKeys ("{TAB}");

WScript.Sleep(500);

WshShell.SendKeys (" ");

WScript.Sleep(1000);

WshShell.SendKeys ("%{F4}");

}

WScript.quit();

Posted
var oExec = WshShell.Exec("adawarese.exe");

while (oExec.Status == 0)

{

WScript.Sleep(2000);

getWin("Winamp Setup", 300);

!!!

Posted

Just simply use MCT's tips

Copy the installed folder "Lavasoft" with Adware files included to

"$OEM$\$PROGS"

Then create a shortcut of Adware, using .cmd batch to move the shortcut to Desktop or the place you want....

Thx MCT for the tips

Work fine for me!!

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