Zoom Player

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

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>