Difference between revisions of "Vlc"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(No difference)

Revision as of 12:12, 20 April 2006

This is the package for VLC (Video Lan Client)

The second install command removes the link on the desktop. This path has to be changed to a localized name.


<package id="vlc084" 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='"%WPKG%\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>