ad-aware silent install
#1
Posted 24 October 2004 - 06:52 AM
After installing ad-aware, the help file and update automatically run. I could not find anywhere the switches to disable these, so I managed a work around. If this can save someone else time, wonderfull!.
First, download the utility pskill (freeware) from the following:
http://www.sysintern...re/pskill.shtml
Then put the pskill.exe in whatever folder you are running your install from (for me it was the "TCGDiagnosticsApps" folder.
The commands look like this:
ECHO.
ECHO Installing Ad-Aware SE Personal 1.05
ECHO Please wait...
start /wait %systemdrive%\TCGDiagnosticsApps\aawsepersonal.exe /SILENT
start /wait %systemdrive%\TCGDiagnosticsApps\pskill.exe hh.exe
start /wait %systemdrive%\TCGDiagnosticsApps\pskill.exe ad-aware.exe
The end result is a completely silent install of ad-aware. Hope this helps someone.
:-)
#2
Posted 24 October 2004 - 09:57 AM
REG ADD %KEY%\000 /V 2 /D "TASKKILL /F /IM Ad-Aware.exe" REG ADD %KEY%\000 /V 3 /D "TASKKILL /F /IM hh.exe"
#3
Posted 24 October 2004 - 11:44 AM
#4
Posted 24 October 2004 - 12:07 PM
I also needed something a little more generically viable since I will be using this in many environment as part of an install process for a bunch of different diagnostics apps.
PSKill works on NT3.5, NT4.0, 2K, and all flavors of XP. Which, in my humble, and very limited knowledge, is a better situation than Taskkill allows for.
But thanks for the script info for task
#5
Posted 24 October 2004 - 12:46 PM
#6
Posted 24 October 2004 - 02:35 PM
http://www.webchitec...n/download.html
Using it, the above example of ad-aware's help menu and application termination afte r asilent install would like like:
ECHO.
ECHO Installing Ad-Aware SE Personal 1.05
ECHO Please wait...
start /wait %systemdrive%\X\aawsepersonal.exe /SILENT
start /wait %systemdrive%\X\ProcRecon.exe /t "Ad-Aware SE Personal"
start /wait %systemdrive%\X\ProcRecon.exe /t "Ad-Aware SE Personal edition"
X = the location of your install script.
#7
Posted 24 October 2004 - 03:39 PM
#8
Posted 24 October 2004 - 04:25 PM
#9
Posted 24 October 2004 - 04:31 PM
#13
Posted 25 October 2004 - 02:15 PM
I'm using my program/script to kill these apps after the install but it's a pain and creates extra work that shouldn't have to be there.
IF anyone knows a way to have them turned off by default that would be a GREAT help.
#14
Posted 25 October 2004 - 02:29 PM
#16
Posted 25 October 2004 - 05:22 PM
Is there a way to insure that the kill lines don't run until ad-aware.exe has launched?
#17
Posted 28 October 2004 - 07:09 AM
I pause for 10secs, and this is sufficient to open them both beofre being killed.
#18
Posted 29 October 2004 - 06:43 AM
#19
Posted 11 June 2009 - 05:15 AM
ECHO.
ECHO Installing Lavasoft Ad-Aware 6
ECHO Please wait...
start /wait .\adaware6.exe /s /DIR="C:\Programs\Lavasoft\Adaware_6"
This post has been edited by ManosR: 11 June 2009 - 05:15 AM



Help
Back to top









