Difference between revisions of "Oggcodecs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (add cat)
m (typo)
Line 12: Line 12:
  
 
[[category:Silent Installers|Ogg Codecs]]
 
[[category:Silent Installers|Ogg Codecs]]
[[category:Video codecs]]
+
[[category:Video codec]]

Revision as of 14:32, 1 April 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>