Changes

Windows Media Player

1,131 bytes added, 22:03, 6 November 2007
no edit summary
Silent installation for Windows Media Player 11 (including an update):
 
<PRE>
<?xml version="1.0" encoding="utf-8" ?>
<packages>
 
<package id='MediaPlayer_en' name='Microsoft Media Player' revision='1100' priority='55' reboot='false' >
<!-- Microsoft Media Player -->
<check type='uninstall' condition='exists' path='Windows Media Player 11' />
<install cmd='"%SOFTWARE%\software.free\Microsoft Windows MediaPlayer v.11\wmp11-windowsxp-x86-enu.exe" /Q:A /R:N' >
<exit code='3010' reboot='true' />
</install>
<install cmd='"%SOFTWARE%\software.free\Microsoft Windows MediaPlayer v.11\WindowsMedia11-KB929399-v2-x86-INTL.exe" /Q /N /Z' >
<exit code='3010' reboot='true' />
</install>
<upgrade cmd='"%SOFTWARE%\software.free\Microsoft Windows MediaPlayer v.11\wmp11-windowsxp-x86-enu.exe" /Q:A /R:N' >
<exit code='3010' reboot='true' />
</upgrade>
<upgrade cmd='"%SOFTWARE%\software.free\Microsoft Windows MediaPlayer v.11\WindowsMedia11-KB929399-v2-x86-INTL.exe" /Q /N /Z' >
<exit code='3010' reboot='true' />
</upgrade>
<conflicts package-id='MediaPlayer_de' />
</package>
 
</packages>
</PRE>
 
A silent installer for Windows Media Player 10:
Anonymous user