CODE
REG ADD %KEY%\001 /VE /D "Ad-Aware Pro SE V105" /f
REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Install\Apps\AdAware\aawsepro.exe /S" /f
REG ADD %KEY%\001 /V 2 /D "taskkill /IM Adaware.exe /F" /f
REG ADD %KEY%\001 /V 3 /D "taskkill /IM hh.exe /F" /f
REG ADD %KEY%\001 /V 4 /D "taskkill /IM Ad-Aware.exe /F" /f
This is what I use in my RunOnceEx.cmd for this app. But as you dont say which method you're using - batch.cmd or RunOnceEx.cmd - this may have to be adapted to suit, inc path, folder name, file name etc. Ask if you need help or PM me.
You can also download all the 7 addons (plugins) from here
http://www.lavasoftusa.com/software/addons/ and use the code below to silently install them.
CODE
REG ADD %KEY%\002 /VE /D "Installing 7 Ad-Aware Plugins" /f
REG ADD %KEY%\002 /V 1 /D "%SystemDrive%\Install\Apps\AdAware\plfilespecs.exe /S" /f
REG ADD %KEY%\002 /V 2 /D "%SystemDrive%\Install\Apps\AdAware\pllspexplorer.exe /S" /f
REG ADD %KEY%\002 /V 3 /D "%SystemDrive%\Install\Apps\AdAware\ploemessenger.exe /S" /f
REG ADD %KEY%\002 /V 4 /D "%SystemDrive%\Install\Apps\AdAware\plvx2cleaner.exe /S" /f
REG ADD %KEY%\002 /V 5 /D "%SystemDrive%\Install\Apps\AdAware\plhexdump.exe /S" /f
REG ADD %KEY%\002 /V 6 /D "%SystemDrive%\Install\Apps\AdAware\plmessengerstop.exe /S" /f
REG ADD %KEY%\002 /V 7 /D "%SystemDrive%\Install\Apps\AdAware\pltweakse.exe /S" /f
P.S. It really annoys me when someone takes the time to reply to a post and then just tells the poster to "use the search button". It really doesnt hurt to help a newbie out. In fact it takes more effort to be negative! Lighten up. This is supposed to be a friendly forum.