Difference between revisions of "Oggcodecs"
From WPKG | Open Source Software Deployment and Distribution
m (Trying to put a bit of space in so this tiny page makes sense amongst the mass of advertising) |
(fixed uninstall option and made a note about lack of silent uninstall) |
||
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!)" | ||
+ | |||
+ | The installer is a WISE installer. | ||
=WPKG Package= | =WPKG Package= | ||
Line 10: | Line 12: | ||
<install cmd='"%PACKAGES%\oggcodecs_0.71.0946.exe" /S' /> | <install cmd='"%PACKAGES%\oggcodecs_0.71.0946.exe" /S' /> | ||
<upgrade cmd='"%PACKAGES%\oggcodecs_0.71.0946.exe" /S' /> | <upgrade cmd='"%PACKAGES%\oggcodecs_0.71.0946.exe" /S' /> | ||
− | <remove cmd='"%PROGRAMFILES%\illiminable\oggcodecs\uninst.exe" / | + | <remove cmd='"%PROGRAMFILES%\illiminable\oggcodecs\uninst.exe" /S' /> |
</package> | </package> | ||
</source> | </source> | ||
− | + | Note that in this version of the software at least, the uninstaller isn't silent, prompting "Are you sure you want to completely remove oggcodecs 0.71.0946 and all of its components?" | |
[[category:Silent Installers|Ogg Codecs]] | [[category:Silent Installers|Ogg Codecs]] | ||
[[category:Video codec]] | [[category:Video codec]] |
Latest revision as of 10:23, 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!)"
The installer is a WISE installer.
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" /S' />
</package>
Note that in this version of the software at least, the uninstaller isn't silent, prompting "Are you sure you want to completely remove oggcodecs 0.71.0946 and all of its components?"