Difference between revisions of "Zoom Player"
From WPKG | Open Source Software Deployment and Distribution
m (New page: This is a silent installer for Zoom Player. <source lang="xml"> <package id="zoomplayer" name="Zoom Player" revision="1" execute="once"> <install cmd='...) |
|||
| Line 1: | Line 1: | ||
This is a silent installer for Zoom Player. | This is a silent installer for Zoom Player. | ||
| − | < | + | <?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> | </package> | ||
| − | </ | + | |
| + | </packages> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] | ||
Revision as of 06:30, 30 July 2008
This is a silent installer for Zoom Player.
<?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>