Vlc

From WPKG | Open Source Software Deployment and Distribution
Revision as of 16:13, 2 September 2006 by 81.137.179.73 (Talk)

Jump to: navigation, search

This is the package for VLC (Video LAN Client), a multimedia player.

The second install command removes the desktop shortcut (the path may have to be changed to a localized name).


<package id="vlc" name="Video LAN Client" revision="1" reboot="false" priority="0">    
 <check type="uninstall" condition="exists" path="VideoLAN VLC media player 0.8.4a" />
 <install cmd='"%PACKAGES%\vlc\vlc-0.8.4a-win32.exe" /S' />
 <install cmd='%COMSPEC% /c del "%ALLUSERSPROFILE%\Desktop\VLC media player.lnk"' />    
 <remove cmd='"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' />
 <upgrade cmd="" />
</package>