Changes

Windows Media Player

458 bytes added, 16:35, 11 December 2005
m
no edit summary
This is really annoying. As far as I can tell, this installer always pops up a dialog box when System Restore is disabled, no matter how you invoke it. To work around this, we ought to save the System Restore configuration, enable it, run the installer, and restore the configuration. Instead we just enable, install, and disable. FIXME.<br>
Also, this just doesn't seem to work, so I've removed it. RFL
 
 
And an update:
 
<package id="wmp10updates" name="Windows Media Player 10 updates" >
<!-- FIX: Updates for Windows Media Player 10 -->
<check type="file" condition="versiongreaterorequal" path="%windir%\system32\Wmp.dll" value="10.0.0.3901" />
<install cmd='\\server\share\updates\mediaplayer10\windowsmedia10-kb892313-x86-intl.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>