Difference between revisions of "PeaZip"
From WPKG | Open Source Software Deployment and Distribution
(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…') |
(No difference)
|
Revision as of 22:21, 5 May 2010
This is a silent installer and uninstaller for PeaZip. Remember to replace the the version number (3.0) with whatever version you are deploying as well as the paths to the installer.
<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>