Difference between revisions of "Xvidcodecs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (typo)
Line 9: Line 9:
 
</package>
 
</package>
 
</source>
 
</source>
 +
 +
Updated info regarding the Xvid 1.3.1 installer - looks like a new way of packaging things was used.
 +
 +
<source lang="xml">
 +
 +
<package
 +
id="Xvid"
 +
name="Xvid 1.3.1"
 +
revision="1.3.1"
 +
reboot="false"
 +
priority="0">
 +
 +
<install cmd='"%SOFTWARE%\xvid\Xvid-1.3.1-20110324.exe" --mode unattended --AutoUpdater no --unattendedmodeui none'/>
 +
<remove cmd='"%PROGRAMFILES%\Xvid\uninstall.exe" --mode unattended --unattendedmodeui none'/>
 +
</package>
 +
 +
</source>
 +
 +
  
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]
 
[[Category:Video codec]]
 
[[Category:Video codec]]

Revision as of 04:07, 12 May 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>

Updated info regarding the Xvid 1.3.1 installer - looks like a new way of packaging things was used.

<package
	id="Xvid"
	name="Xvid 1.3.1"
	revision="1.3.1"
	reboot="false"
	priority="0">
		
	<install cmd='"%SOFTWARE%\xvid\Xvid-1.3.1-20110324.exe" --mode unattended --AutoUpdater no --unattendedmodeui none'/>
	<remove cmd='"%PROGRAMFILES%\Xvid\uninstall.exe" --mode unattended --unattendedmodeui none'/>
</package>