Difference between revisions of "Oggcodecs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Better description)
m (Trying to put a bit of space in so this tiny page makes sense amongst the mass of advertising)
Line 2: Line 2:
  
 
From their download page: "Before installation follow these steps: Uninstall any previous version of these filters. (This is important!)"
 
From their download page: "Before installation follow these steps: Uninstall any previous version of these filters. (This is important!)"
 +
 +
=WPKG Package=
  
 
<source lang="xml">
 
<source lang="xml">
Line 11: Line 13:
 
</package>
 
</package>
 
</source>
 
</source>
 +
 +
  
  
 
[[category:Silent Installers|Ogg Codecs]]
 
[[category:Silent Installers|Ogg Codecs]]
 
[[category:Video codec]]
 
[[category:Video codec]]

Revision as of 10:11, 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!)"

WPKG Package

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