Difference between revisions of "Ad-Aware"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
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">
+
<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" />
Line 9: Line 9:
 
  <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>
+
</package>
 
+
</source>
  
 
[[category:Silent Installers|Ad-Aware]]
 
[[category:Silent Installers|Ad-Aware]]

Revision as of 13:01, 4 February 2008

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>