I have a steam game that uses Microsoft XNA framework. This has a dependency on some Windows Media Player (WMP) dlls. For some reason I'm unable to reinstall WMP via "Turn windows features on or off" ("An error has occurred. Not all of the features were successfully changed").
Asked
Active
Viewed 2,733 times
1 Answers
1
Hacky work-around:
- Search for
wmp.dllinC:\Windows\WinSxS\. They should be in a folderC:\Windows\winSxS\wow64_microsoft-windows-mediaplayer-core_*\*
E.g.wow64_microsoft-windows-mediaplayer-core_31bf3856ad364e35_10.0.15063.0_none_26d246aabc4934f8 - Copy
wmp.dllandwmploc.dlltoC:\Windows\SysWOW64(orC:\Windows\system32if using 32bit Windows).
Note: For newer versions additional files might have to be included:wmp.dll,wmploc.dll,dxmasf.dllandgnsdk_fp.dll - Open
cmdas admin - In
cmdwindow enterregsvr32 c:\windows\syswow64\wmp.dll(orregsvr32 c:\windows\system32\wmp.dllif 32bit Windows). - A "Succeeded" message should appear.
- Start the game.
RJFalconer
- 10,369