Difference between revisions of "Oggcodecs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (typo)
(Better description)
Line 1: Line 1:
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].
+
Directshow Filters for Ogg Vorbis, Speex, Theora, FLAC, and WebM, available from http://www.xiph.org/dshow/.
 +
 
 +
From their download page: "Before installation follow these steps: Uninstall any previous version of these filters. (This is important!)"
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 10:10, 26 August 2011

Directshow Filters for Ogg Vorbis, Speex, Theora, FLAC, and WebM, available from http://www.xiph.org/dshow/.

From their download page: "Before installation follow these steps: Uninstall any previous version of these filters. (This is important!)"

<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>