Changes

Jump to: navigation, search

Cccp

919 bytes added, 03:51, 21 November 2009
no edit summary
[http://www.cccp-project.net/ CCCP (Combined Community Codec Pack )] silent install package criteriaThis excellent codec pack installs just the what is necessary to play any common codec (besides Quicktime and Real).<br> It uses DirectShow so that means Windows Media Player is no longer useless but can actually play stuff!<br> The /MERGETASKS=RegisterExtWMP means video files that CCCP allows you to view will open with Windows Media Player by default<br> I also place a shortcut directly in the Start Menu for users to access Media Player Classic should they want.<br>
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>   <packages>  <package id="cccpcodecs" name="CCCP Codecs" revision="14" reboot="false" priority="99"> <check type="uninstall" condition="exists" path="Combined Community Codec Pack 20072009-0709-2209" /> <install cmd='"%SOFTWARE%\cccpcodecs\CCCP-20072009-0709-2209.exe" /verysilent VERYSILENT /noreboot NORESTART /noiconsNOICONS /MERGETASKS=RegisterExtWMP' /> <install cmd='%COMSPEC% /c xcopy /E /R /Y "%SOFTWARE%\codecs\Media Player Classic.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\"' />  <upgrade cmd='"%ProgramFiles%\Combined Community Codec Pack\unins000.exe" /NORESTART /SILENT' /> <upgrade cmd='"%SOFTWARE%\cccpcodecs\CCCP-20072009-0709-2209.exe" /verysilent VERYSILENT /noreboot NORESTART /noiconsNOICONS /MERGETASKS=RegisterExtWMP' /> <upgrade cmd='%COMSPEC% /c xcopy /E /R /Y "%SOFTWARE%\codecs\Media Player Classic.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\"' />  <remove cmd='"%ProgramFiles%\Combined Community Codec Pack\unins000.exe" /NORESTART /SILENT' />  </package> </packages>
</source>
[[Category:Silent Installers]]
Anonymous user

Navigation menu