Changes

Spyware Terminator

959 bytes added, 21:00, 14 June 2008
created
This is a silent installer and uninstaller for [http://www.spywareterminator.com/de/Default.aspx Spyware Terminator].

<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>

<packages>

<package
id="spywareterminator"
name="Spyware Terminator"
revision="1"
reboot="false"
priority="0">

<check type="uninstall" condition="exists" path="Spyware Terminator" />
<install cmd='%SOFTWARE%\SpywareTerminator_2_2_1_433_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /MERGETASKS="!desktopicon"' />
<upgrade cmd='%SOFTWARE%\SpywareTerminator_2_2_1_433_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /MERGETASKS="!desktopicon"' />
<remove cmd='"%PROGRAMFILES%\Spyware Terminator\unins000.exe" /VERYSILENT' />

</package>

</packages>
</source>

There is still a message box that Spyware Terminator is installed and if it should be started. Don't know how to suppress that. There should be a way to configure and autorun the program, too.

[[category:Silent Installers]]
54
edits