Difference between revisions of "Xvidcodecs"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add external link) |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for XviD Codecs. | + | This is a silent installer and uninstaller for XviD Codecs. More infos from [http://www.xvid.org/ here]. |
<source lang="xml"> | <source lang="xml"> | ||
Line 10: | Line 10: | ||
</source> | </source> | ||
− | [[ | + | |
+ | [[Category:Silent Installers|Xvid Codecs]] |
Revision as of 12:31, 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>