Difference between revisions of "Xvidcodecs"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
Line 12: | Line 12: | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] | ||
+ | [[Category:Video codecs]] |
Revision as of 14:06, 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>