Difference between revisions of "Oggcodecs"
From WPKG | Open Source Software Deployment and Distribution
m (add external link) |
m |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for Ogg Codecs. | + | This is a silent installer and uninstaller for Ogg Codecs. More infos from [http://www.free-codecs.com/download/Filters_for_Ogg_Vorbis_Speex_Theora_and_FLAC.htm here]. |
<source lang="xml"> | <source lang="xml"> |
Revision as of 14:00, 31 March 2011
This is a silent installer and uninstaller for Ogg Codecs. More infos from here.
<package id="oggcodec" name="Ogg Codec" revision="1" reboot="false" priority="0">
<check type="uninstall" condition="exists" path="oggcodecs 0.71.0946" />
<install cmd='"%PACKAGES%\oggcodecs_0.71.0946.exe" /S' />
<upgrade cmd='"%PACKAGES%\oggcodecs_0.71.0946.exe" /S' />
<remove cmd='"%PROGRAMFILES%\illiminable\oggcodecs\uninst.exe" /SILENT' />
</package>