Difference between revisions of "Spyware Terminator"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (Added category)
m (Changed link to international (english) webpage)
 
Line 1: Line 1:
This is a silent installer and uninstaller for [http://www.spywareterminator.com/de/Default.aspx Spyware Terminator].
+
This is a silent installer and uninstaller for [http://www.spywareterminator.com/ Spyware Terminator].
  
 
<source lang="xml">
 
<source lang="xml">

Latest revision as of 09:40, 15 June 2008

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.