Difference between revisions of "Vlc"
From WPKG | Open Source Software Deployment and Distribution
Line 4: | Line 4: | ||
− | <package id=" | + | <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" /> | <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='"%PACKAGES%\vlc\vlc-0.8.4a-win32.exe" /S' /> |
Revision as of 16:13, 2 September 2006
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>