Spyware Terminator
From WPKG | Open Source Software Deployment and Distribution
This is a silent installer and uninstaller for Spyware Terminator.
<?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>
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.