Monday, February 21, 2011

Lync Server 2010 Install failure on Server 2008 R2 SP1

During my free time I thought I'd install Lync Server 2010 and check out the new features. If you want a great guide for installing Lync Server 2010, check out Jeff Schertz's blog here. I used Windows Server 2008 R2 SP1 slipstream media, since it was just released to the public a few days ago. Why not use the latest and greatest?

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.

3 comments:

  1. Derek,

    Great 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?

    ReplyDelete
  2. Fredrik,

    I would leave it as is. I didn't know the Desktop experience installed the media files, so that's good to know..thanks!

    ReplyDelete
  3. Hi Derek,

    thanks a lot for helping me go through this problem!!!

    BR,
    Zoran

    ReplyDelete