Difference between revisions of "PeaZip"
From WPKG | Open Source Software Deployment and Distribution
(peazip 4.5.1) |
(Release 4.9.2; 64 bit version) |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for [http://peazip.sourceforge.net/ PeaZip]. Remember to replace the the version number (4. | + | This is a silent installer and uninstaller for [http://peazip.sourceforge.net/ PeaZip]. Remember to replace the the version number (4.9.2) with whatever version you are deploying as well as the paths to the installer. If you prefer the native 64 bit version, replace "WINDOWS" string with "WIN64" in installer name (note: only for 64 bit systems). |
− | Please note that PeaZip installers for Windows are released in partnership with | + | Please note that PeaZip installers for Windows are released in partnership with OpenCandy, offering optional sponsored software installation. If you don't want any sponsored offer you must download the "plain" version from [http://sourceforge.net/projects/peazip/files/4.9.2/peazip-plain-4.9.2.WINDOWS.exe/download] |
<source lang="xml"> | <source lang="xml"> | ||
<package | <package | ||
id='peazip' | id='peazip' | ||
− | name='PeaZip 4. | + | name='PeaZip 4.9.2' |
− | revision=' | + | revision='20130424' |
priority='0' | priority='0' | ||
reboot='false' > | reboot='false' > | ||
− | <variable name="version" value="4. | + | <variable name="version" value="4.9.2" /> |
<check type='uninstall' condition='exists' path='PeaZip %version%' /> | <check type='uninstall' condition='exists' path='PeaZip %version%' /> | ||
<install cmd='"%SOFTWARE%\PeaZip\peazip-%version%.WINDOWS.exe" /SP- /VERYSILENT' > | <install cmd='"%SOFTWARE%\PeaZip\peazip-%version%.WINDOWS.exe" /SP- /VERYSILENT' > |
Latest revision as of 12:23, 29 May 2013
This is a silent installer and uninstaller for PeaZip. Remember to replace the the version number (4.9.2) with whatever version you are deploying as well as the paths to the installer. If you prefer the native 64 bit version, replace "WINDOWS" string with "WIN64" in installer name (note: only for 64 bit systems).
Please note that PeaZip installers for Windows are released in partnership with OpenCandy, offering optional sponsored software installation. If you don't want any sponsored offer you must download the "plain" version from [1]
<package
id='peazip'
name='PeaZip 4.9.2'
revision='20130424'
priority='0'
reboot='false' >
<variable name="version" value="4.9.2" />
<check type='uninstall' condition='exists' path='PeaZip %version%' />
<install cmd='"%SOFTWARE%\PeaZip\peazip-%version%.WINDOWS.exe" /SP- /VERYSILENT' >
<exit code='0' />
</install>
<upgrade cmd='"%SOFTWARE%\PeaZip\peazip-%version%.WINDOWS.exe" /SP- /VERYSILENT' >
<exit code='0' />
</upgrade>
<remove cmd='"%PROGRAMFILES%\PeaZip\unins000.exe" /VERYSILENT' >
<exit code='0' />
</remove>
</package>