Everything was going fine until I got:
Error: Prerequisite installation failed: Wmf2008R2

After a few minutes of digging I spotted the problem, and it's directly related to Server 2008 R2 SP1. The issue is that the Windows Media format package name was changed in SP1 so the installer bombs since it can't find the RTM name. The old version was 6.1.7600.16385 and the new version is 6.1.7601.17514. Houston we have a problem!
To fix the problem you can manually install the component using the following command line:
C:\Windows\system32\dism.exe /online /norestart /add-package
/packagepath:c:\Windows\servicing\Packages\Microsoft-Windows-Media-Format-Pack
age~31bf3856ad364e35~amd64~~6.1.7601.17514.mum /ignorecheck
REBOOT the computer, then you can continue with the Lync Server 2010 installation.
Derek,
ReplyDeleteGreat post. I wish I read it sooner as I on friday deployed Lync on Srv 2008 R2 SP1. I solved the problem by installing Desktop Experience feature. Do you think I should reinstall the server or perhaps remove that feature and solve it your way? Or should I just leave it as it is with Windows Desktop Experience?
Fredrik,
ReplyDeleteI would leave it as is. I didn't know the Desktop experience installed the media files, so that's good to know..thanks!
Hi Derek,
ReplyDeletethanks a lot for helping me go through this problem!!!
BR,
Zoran