Difference between revisions of "Oggcodecs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
 
This is a silent installer and uninstaller for Ogg Codecs.
 
This is a silent installer and uninstaller for Ogg Codecs.
  
<pre>
+
<source lang="xml">
 
<package id="oggcodec" name="Ogg Codec" revision="1" reboot="false" priority="0">
 
<package id="oggcodec" name="Ogg Codec" revision="1" reboot="false" priority="0">
 
         <check type="uninstall" condition="exists" path="oggcodecs 0.71.0946" />
 
         <check type="uninstall" condition="exists" path="oggcodecs 0.71.0946" />
Line 8: Line 8:
 
         <remove cmd='"%PROGRAMFILES%\illiminable\oggcodecs\uninst.exe" /SILENT' />
 
         <remove cmd='"%PROGRAMFILES%\illiminable\oggcodecs\uninst.exe" /SILENT' />
 
</package>
 
</package>
</pre>
+
</source>
  
 
[[category:Silent Installers|Ogg Codecs]]
 
[[category:Silent Installers|Ogg Codecs]]

Revision as of 13:31, 1 March 2008

This is a silent installer and uninstaller 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>