Difference between revisions of "Windows Media Player"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 5: | Line 5: | ||
<check type="file" condition="versiongreaterorequal" path="%ProgramFiles%\Windows Media Player\wmplayer.exe" value="9.0.0.0" /> | <check type="file" condition="versiongreaterorequal" path="%ProgramFiles%\Windows Media Player\wmplayer.exe" value="9.0.0.0" /> | ||
<install cmd='\\server\share\mediaplayer9\enu\MPSetup.EXE /Q /R:N /C:"setup_wm.exe /DisallowSystemRestore /NoPID /SetWMPAsDefault /Q /R:N"' > | <install cmd='\\server\share\mediaplayer9\enu\MPSetup.EXE /Q /R:N /C:"setup_wm.exe /DisallowSystemRestore /NoPID /SetWMPAsDefault /Q /R:N"' > | ||
| + | <exit code="194" reboot="true" /> | ||
| + | <exit code="1603" /> | ||
| + | <exit code="3010" reboot="true" /> | ||
| + | </install> | ||
| + | </package> | ||
| + | |||
| + | |||
| + | And an update: | ||
| + | |||
| + | <package id="wmp9update2k" name="Windows Media Player 9 updates" > | ||
| + | <!-- FIX: Updates for Windows Media Player 9 --> | ||
| + | <check type="file" condition="versiongreaterorequal" path="%Windir%\system32\wmp.dll" value="9.0.0.3263" /> | ||
| + | <install cmd='\\server\share\updates\mediaplayer9\windowsmedia9-kb892313-x86-intl.exe /passive /n /norestart'> | ||
<exit code="194" reboot="true" /> | <exit code="194" reboot="true" /> | ||
<exit code="1603" /> | <exit code="1603" /> | ||
Revision as of 16:31, 11 December 2005
This is a silent installer for Windows Media Player.
<package id="wmp92k" name="Windows Media Player 9 for Windows 2000"> <check type="file" condition="versiongreaterorequal" path="%ProgramFiles%\Windows Media Player\wmplayer.exe" value="9.0.0.0" /> <install cmd='\\server\share\mediaplayer9\enu\MPSetup.EXE /Q /R:N /C:"setup_wm.exe /DisallowSystemRestore /NoPID /SetWMPAsDefault /Q /R:N"' > <exit code="194" reboot="true" /> <exit code="1603" /> <exit code="3010" reboot="true" /> </install> </package>
And an update:
<package id="wmp9update2k" name="Windows Media Player 9 updates" > <check type="file" condition="versiongreaterorequal" path="%Windir%\system32\wmp.dll" value="9.0.0.3263" /> <install cmd='\\server\share\updates\mediaplayer9\windowsmedia9-kb892313-x86-intl.exe /passive /n /norestart'> <exit code="194" reboot="true" /> <exit code="1603" /> <exit code="3010" reboot="true" /> </install> </package>