Difference between revisions of "Spybot"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(No difference)

Revision as of 05:59, 16 November 2005

<package
 id="spybot"
 name="Spybot - Search & Destroy 1.4"
 revision="1"
 reboot="false"
 priority="10">
 <check type="uninstall" condition="exists" path="Spybot - Search & Destroy 1.4" />
 <install cmd='\\server\wpkg\packages\spybot\spybotsd14.exe /sp- /silent /norestart'>
   <exit code="0" />
 </install>
 <upgrade cmd='\\server\wpkg\packages\spybot\spybotsd14.exe /sp- /silent /norestart'>
   <exit code="0" />
 </upgrade>
 <remove cmd='"%ProgramFiles%\Spybot - Search & Destroy\unins000.exe" /norestart /SILENT' />
</package>