18
edits
Changes
→Installation
This silently installs Spybot Search & Destroy version 1.4 6 - a free (as in beer) spyware removal program.
To install, get two files from http://www.safer-networking.org:
# spybotsd14spybotsd16.exe
# spybotsd_includes.exe
<source lang="xml">
<package
id="spybotsd14spybotsd16" name="Spybot Search and Destroy 1.46"
revision="1"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="Spybot - Search &amp; Destroy 1.4" /> <install cmd='"%SOFTWARE%\spybotsd14spybot\spybotsd14spybotsd16.exe" /silent /nocancel verysilent /noreboot/loadinf="%SOFTWARE%\spybot\default.inf" /dir="%PROGRAMFILES%\spybot"' /> <install cmd='"%SOFTWARE%\spybotsd14spybot\spybotsd_includes.exe" /S' /> <install cmd='"%PROGRAMFILES%\spybot\SpybotSD.exe" /taskbarhide /autoimmunize /autoclose' /> <upgrade cmd='"%SOFTWARE%\spybotsd14spybot\spybotsd_includes.exe" /S' /> <upgrade cmd='"%PROGRAMFILES%\spybot\SpybotSD.exe" /taskbarhide /autoimmunize /autoclose' /> <remove cmd='"%ProgramFiles%\Spybot - Search &amp; Destroyspybot\unins000.exe" /SILENT noreboot /nocancelverysilent' />
</package>
</source>
'''Uninstall restart computer without prompting.'''
default.inf
<source lang="ini">
[Setup]
Lang=cs
Group=Spybot - Search & Destroy
NoIcons=0
SetupType=custom
Components=main,blind,language,skins,sdshredder
Tasks=desktopicon,launchsdhelper
</source>
# download the new spybotsd_includes.exe file into the server
# increment the revision counter by one
== Running Spybot S&D using WPKG ==