Changes

Jump to: navigation, search

Vlc

122 bytes added, 09:49, 21 September 2006
Made more readable and added url
This is the package for [http://www.videolan.org/vlc/ 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).
<pre>
<?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='"%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> 
<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='%CMD% /c del "%ALLUSERSPROFILE%\Desktop\VLC media player.lnk"' />
<remove cmd='"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' />
</package>
</packages>
</pre>
[[category:Silent Installers|VLC]]
Anonymous user

Navigation menu