Changes

Jump to: navigation, search

SpywareBlaster

820 bytes added, 09:39, 15 June 2008
created
This is a silent installer and uninstaller for [http://www.javacoolsoftware.com/spywareblaster.html SpywareBlaster].

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

<packages>

<package
id="spywareblaster"
name="SpywareBlaster"
revision="1"
reboot="false"
priority="0">

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

</package>

</packages>

</source>

There should be a way to configure and autorun the program, too.

[[category:Silent Installers]]
[[category:Inno Setup]]
54
edits

Navigation menu