Difference between revisions of "Xvidcodecs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: <pre> <package id="xvidcodec" name="xvid codec" revision="1" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="Xvid 1.1.2 final uninstall" /> <i...)
 
m
Line 1: Line 1:
 +
This is a silent installer and uninstaller for XviD Codecs.
 +
 
<pre>
 
<pre>
 
<package id="xvidcodec" name="xvid codec" revision="1" reboot="false" priority="0">
 
<package id="xvidcodec" name="xvid codec" revision="1" reboot="false" priority="0">

Revision as of 16:32, 1 August 2007

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>