Changes

Jump to: navigation, search

SpywareBlaster

815 bytes added, 04:34, 27 March 2013
m
no edit summary
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]]

Navigation menu