Difference between revisions of "K-Lite Mega Codec Pack"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (add cat)
Line 32: Line 32:
 
<upgrade cmd='"%SOFTWARE%\k-lite\klmcodec505.exe" /verysilent /norestart' />
 
<upgrade cmd='"%SOFTWARE%\k-lite\klmcodec505.exe" /verysilent /norestart' />
 
</source>
 
</source>
 +
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]
 +
[[Category:Video codec]]

Revision as of 14:29, 1 April 2011

This is a silent installer for K-Lite Mega Codec Pack.

The K-Lite Codec Pack is a collection of free audio/video codecs. Download it from K-Lite Homepage.

Use the following XML file to install it:

<?xml version="1.0" encoding="utf-8" ?>
<packages>
<package id='k-lite-mcp'
         name='K-Lite Mega Codec Pack'
         revision='510'
         priority='50'>
  <check type='uninstall' condition='exists' path='K-Lite Mega Codec Pack 5.1.0' />
  <install cmd='"%SOFTWARE%\k-lite\klmcodec510.exe" /verysilent /norestart /LoadInf="%SOFTWARE%\k-lite\klmcp.ini"' />
  <upgrade cmd='"%SOFTWARE%\k-lite\klmcodec510.exe" /verysilent /norestart /LoadInf="%SOFTWARE%\k-lite\klmcp.ini"' />
  <remove cmd='"%ProgramFiles%\K-Lite Codec Pack\unins000.exe" /verysilent /norestart' />
</package>

</packages>

The klmcp.ini file is used for customization and can be generated in advance using the following parameters to the installer:

klmcodec505.exe -MakeUnattended

Note: you can skip /LoadInf parameter and klmcp.ini file generation if you want to install K-Lite Codec Pack with default options - i.e., use these install/upgrade commands:

<install cmd='"%SOFTWARE%\k-lite\klmcodec505.exe" /verysilent /norestart' />

<upgrade cmd='"%SOFTWARE%\k-lite\klmcodec505.exe" /verysilent /norestart' />