Difference between revisions of "Xvidcodecs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (add external link)
m
Line 11: Line 11:
  
  
[[Category:Silent Installers|Xvid Codecs]]
+
[[Category:Silent Installers]]

Revision as of 13:19, 1 April 2011

This is a silent installer and uninstaller for XviD Codecs. More infos from here.

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