Difference between revisions of "Vlc"
From WPKG | Open Source Software Deployment and Distribution
(Made more readable and added url) |
m |
||
| Line 15: | Line 15: | ||
<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='"% | + | <install cmd='"%SOFTWARE%\vlc\vlc-0.8.4a-win32.exe" /S' /> |
<install cmd='%CMD% /c del "%ALLUSERSPROFILE%\Desktop\VLC media player.lnk"' /> | <install cmd='%CMD% /c del "%ALLUSERSPROFILE%\Desktop\VLC media player.lnk"' /> | ||
<remove cmd='"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' /> | <remove cmd='"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' /> | ||
| Line 22: | Line 22: | ||
</pre> | </pre> | ||
| − | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 13:43, 3 October 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).
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<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='"%SOFTWARE%\vlc\vlc-0.8.4a-win32.exe" /S' />
<install cmd='%CMD% /c del "%ALLUSERSPROFILE%\Desktop\VLC media player.lnk"' />
<remove cmd='"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' />
</package>
</packages>