Skyfrog Posted August 12, 2004 Posted August 12, 2004 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.
kornychaos Posted August 12, 2004 Author Posted August 12, 2004 Ad-aware SE Professional Build 1.02 has been released .. same switch?
1chaoticadult Posted August 12, 2004 Posted August 12, 2004 I just installed this app and made an inno setup. Similar to what Agent-X did but with inno instead of Windows Installer.
--=ddSHADOW=-- Posted August 12, 2004 Posted August 12, 2004 for pro version 1.02Set WshShell = WScript.CreateObject("WScript.Shell")'To Simulate Keystrokes WshShell.Run app & "%systemdrive%\install\aawsepro\aawsepro.exe"WScript.Sleep 10000WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "{TAB 2}"WScript.Sleep 500WshShell.SendKeys " "WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.Sleep 4000WshShell.SendKeys "{ESC}"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.quit
tcsdoc Posted August 13, 2004 Posted August 13, 2004 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.
--=ddSHADOW=-- Posted August 13, 2004 Posted August 13, 2004 the vbs skript is for clean install and there is no online check and it works i tried it on AMD 1000 Mhz with 128Mb and on AMD 3000 Barton with 1024 RAM.
SiMoNsAyS Posted August 13, 2004 Posted August 13, 2004 @Agent-X please update the .msi with 1.03 version of aawse pro
dcromwell Posted August 14, 2004 Posted August 14, 2004 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)....
Agent-X Posted August 14, 2004 Posted August 14, 2004 @Agent-X please update the .msi with 1.03 version of aawse proYes master!Adaware-SE.msiVersion: 1.03
hdavid Posted August 15, 2004 Posted August 15, 2004 I finally found a solution to install Adaware SE 1.03 silently.start /wait t:\aawsepersonal.exe /Staskkill /IM Adaware.exe /Ftaskkill /IM hh.exe /Ftaskkill /IM Ad-Aware.exe /Fworks perfectly. ..
mailox Posted August 15, 2004 Posted August 15, 2004 I finally found a solution to install Adaware SE 1.03 silently.start /wait t:\aawsepersonal.exe /Staskkill /IM Adaware.exe /Ftaskkill /IM hh.exe /Ftaskkill /IM Ad-Aware.exe /Fworks perfectly. ..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.
SiMoNsAyS Posted August 15, 2004 Posted August 15, 2004 @Agent-X please update the .msi with 1.03 version of aawse proYes master!Adaware-SE.msiVersion: 1.03many thanks dude
hdavid Posted August 15, 2004 Posted August 15, 2004 no you do not need to install something,just add into you cmd file and that's it. ;-)
ironside Posted August 15, 2004 Posted August 15, 2004 I finally found a solution to install Adaware SE 1.03 silently.start /wait t:\aawsepersonal.exe /Staskkill /IM Adaware.exe /Ftaskkill /IM hh.exe /Ftaskkill /IM Ad-Aware.exe /Fworks perfectly. ..It sure does ! Thanks
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now