Changes
Vlc
,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>
<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]]