Difference between revisions of "Zoom Player"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add external link) |
||
Line 1: | Line 1: | ||
− | This is a silent installer for Zoom Player. | + | This is a silent installer for Zoom Player, a video Player. For more infos see [http://www.inmatrix.com/files/zoomplayer_download.shtml here] |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 07:33, 31 March 2011
This is a silent installer for Zoom Player, a video Player. For more infos see here
<?xml version="1.0" encoding="utf-8" ?>
<packages>
<package id='zoomplayer' name='Zoom Player' revision='502' priority='50' reboot='false' >
<check type='uninstall' condition='exists' path='Zoom Player (remove only)' />
<install cmd='"%SOFTWARE%\Zoom Player v.5.02 Standard\zp502std.exe" /S' />
<remove cmd='"%SOFTWARE%\Zoom Player v.5.02 Standard\zp502std.exe" /S' />
<upgrade cmd='"%ProgramFiles%\Zoom Player\Uninstall.exe" /S' />
</package>
</packages>