Changes

Jump to: navigation, search

PeaZip

819 bytes added, 22:21, 5 May 2010
Created page with 'This is a silent installer and uninstaller for [http://peazip.sourceforge.net/ PeaZip]. Remember to replace the the version number (3.0) with whatever version you are deploying a…'
This is a silent installer and uninstaller for [http://peazip.sourceforge.net/ PeaZip]. Remember to replace the the version number (3.0) with whatever version you are deploying as well as the paths to the installer.

<source lang="xml">
<package
id='peazip'
name='PeaZip 3.0'
revision='20100505'
priority='0'
reboot='false' >
<check type='uninstall' condition='exists' path='PeaZip 3.0' />
<install cmd='"%SOFTWARE%\PeaZip\peazip-3.0.WINDOWS.exe" /SP- /VERYSILENT' >
<exit code='0' />
</install>
<upgrade cmd='"%SOFTWARE%\PeaZip\peazip-3.0.WINDOWS.exe" /SP- /VERYSILENT' >
<exit code='0' />
</upgrade>
<remove cmd='"%PROGRAMFILES%\PeaZip\unins000.exe" /VERYSILENT' >
<exit code='0' />
</remove>
</package>
</source>
[[Category:Silent Installers]]
Anonymous user

Navigation menu