Ad-Aware

From WPKG | Open Source Software Deployment and Distribution
Revision as of 09:37, 5 August 2012 by StefanP (Talk | contribs) (Reverted edits by KevinMurphy (talk) to last revision by WPKGSysop)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a silent installer and uninstaller for Ad-Aware SE Personal.

<package id="adaware" name="Adaware" revision="1" priority="0" reboot="false">
 
 <check type="uninstall" condition="exists" path="Ad-Aware SE Personal" />
 
 <install cmd='%SOFTWARE%\adaware\aawsepersonal.exe /s' />
 
 <remove cmd='"%ProgramFiles%\Lavasoft\AD-AWA~1\UNWISE.EXE" "%ProgramFiles%\Lavasoft\AD-AWA~1\INSTALL.LOG" /S /Z' />
 
</package>