Difference between revisions of "Ad-Aware"
From WPKG | Open Source Software Deployment and Distribution
m |
m (Reverted edits by KevinMurphy (talk) to last revision by WPKGSysop) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Ad-Aware SE Personal. | This is a silent installer and uninstaller for Ad-Aware SE Personal. | ||
− | + | <source lang="xml"> | |
− | + | <package id="adaware" name="Adaware" revision="1" priority="0" reboot="false"> | |
+ | |||
<check type="uninstall" condition="exists" path="Ad-Aware SE Personal" /> | <check type="uninstall" condition="exists" path="Ad-Aware SE Personal" /> | ||
− | <install cmd=' | + | |
+ | <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' /> | <remove cmd='"%ProgramFiles%\Lavasoft\AD-AWA~1\UNWISE.EXE" "%ProgramFiles%\Lavasoft\AD-AWA~1\INSTALL.LOG" /S /Z' /> | ||
− | < | + | |
− | + | </package> | |
− | + | </source> | |
[[category:Silent Installers|Ad-Aware]] | [[category:Silent Installers|Ad-Aware]] |
Latest revision as of 09:37, 5 August 2012
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>