Difference between revisions of "Xvidcodecs"

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 XviD Codecs.
 
This is a silent installer and uninstaller for XviD Codecs.
  
<pre>
+
<source lang="xml">
 
<package id="xvidcodec" name="xvid codec" revision="1" reboot="false" priority="0">
 
<package id="xvidcodec" name="xvid codec" revision="1" reboot="false" priority="0">
 
         <check type="uninstall" condition="exists" path="Xvid 1.1.2 final uninstall" />
 
         <check type="uninstall" condition="exists" path="Xvid 1.1.2 final uninstall" />
Line 8: Line 8:
 
         <remove cmd='"%PROGRAMFILES%\Xvid\unins000.exe" /SILENT' />
 
         <remove cmd='"%PROGRAMFILES%\Xvid\unins000.exe" /SILENT' />
 
</package>
 
</package>
 
+
</source>
</pre>
+
  
 
[[category:Silent Installers|Xvid Codecs]]
 
[[category:Silent Installers|Xvid Codecs]]

Revision as of 12:24, 13 April 2008

This is a silent installer and uninstaller for XviD Codecs.

<package id="xvidcodec" name="xvid codec" revision="1" reboot="false" priority="0">
        <check type="uninstall" condition="exists" path="Xvid 1.1.2 final uninstall" />
        <install cmd='"%PACKAGES%\XviD-1.1.2-01112006.exe" /VERYSILENT' />
        <upgrade cmd='"%PACKAGES%\XviD-1.1.2-01112006.exe" /VERYSILENT' />
        <remove cmd='"%PROGRAMFILES%\Xvid\unins000.exe" /SILENT' />
</package>