Difference between revisions of "Oggcodecs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: <pre> <package id="oggcodec" name="Ogg Codec" revision="1" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="oggcodecs 0.71.0946" /> <install cm...)
 
m
Line 1: Line 1:
 +
This is a silent installer for Ogg Codecs.
 +
 
<pre>
 
<pre>
 
<package id="oggcodec" name="Ogg Codec" revision="1" reboot="false" priority="0">
 
<package id="oggcodec" name="Ogg Codec" revision="1" reboot="false" priority="0">

Revision as of 16:31, 1 August 2007

This is a silent installer for Ogg Codecs.

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