0

Install SharePoint Server 2007 on Windows Server 2008 R2

Posted October 5th, 2009 in SharePoint and tagged , , , , , , by Mike Stevens
I ran across this issue building out a MOSS2007/Win2008R2 VM the other day and wish I had read this post on the Microsoft SharePoint Team Blog by Jie Li first!

Starting from Service Pack 2, Windows SharePoint Services 3.0 and SharePoint Server 2007 support Windows Server 2008 R2 and Windows Server 2008 SP2. When you try to install SharePoint bits on Windows Server 2008 R2 directly, you may see the following dialogue:

snap0011

This is because Windows SharePoint Services 3.0 and SharePoint Server 2007 bits without SP2 slipstreamed are not supported on Windows Server 2008 R2. The KB article 962935 is not live on the web site yet.

To install on Windows Server 2008 R2, for Windows SharePoint Services 3.0 you can download the slipstream builds here:

Windows SharePoint Services 3.0 with SP2 (x86)
http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&displaylang=en

Windows SharePoint Services 3.0 with SP2 (x64)
http://www.microsoft.com/downloads/details.aspx?familyid=9FB41E51-CB03-4B47-B89A-396786492CBA&displaylang=en

For SharePoint Server 2007, you can follow Create an installation source that includes software updates (Office SharePoint Server 2007) to create one. Or you can also read on, we will go through the complete steps to create a new slipstream build for SharePoint Server 2007.

Installation Steps

1. Copy the content of SharePoint Server 2007 setup files from the installation media to a folder on your hard drive.

2. Delete everything inside Updates folder.

3. Download Windows SharePoint Services 3.0 SP2 and Office SharePoint Server 2007 SP2 to a folder.

Make sure your Office SharePoint Server 2007 SP2 is downloaded after July 29th.

snap0013

4. Open a command prompt,  change directory to the folder you put the downloaded patches, and run the following two commands:

wssv3sp2-kb953338-x64-fullfile-en-us.exe /extract:[Path to installation bits]\Updates /quiet

officeserver2007sp2-kb953334-x64-fullfile-en-us.exe /extract: [Path to installation bits]\Updates /quiet

Change [Path to installation bits] to where you put the bits. These will extract all the content from the two packages to Updates folder. SharePoint installation program will automatically read this folder to apply the patches.

5. Delete wsssetup.dll. This is a very important step so please don’t miss it.

6. If you also need the Cumulative Updates to be applied when install SharePoint, download the latest Windows SharePoint Services 3.0 and SharePoint Server 2007 Cumulative Update packages and extract them into Updates folder like step 4.

7. Your slipstream build of SharePoint Server 2007 is done!

8. Go and install it on your Windows Server 2008 R2 box, after the installation, the site version will show 12.0.0.6421 or possibly a higher version if you added additional cumulative update files.

snap0012

Jie Li
Technical Product Manager, SharePoint

Related posts:

  1. October 2009 Cumulative Update Packages for SharePoint Server 2007 and Windows SharePoint Services 3.0 The Microsoft SharePoint team has released cumulative updates for SharePoint for the month of October....
  2. Fabulous 40 Application Template installation batch files Although the post is older (January 2008), it is new to me   I have...
  3. Service Pack 2 On the heels of releasing a release roadmap and new official name for SharePoint “14”...
  4. Migrating MOSS 2007 SSP/MySites to SharePoint 2010 in a database attach scenario So you have decided to upgrade your MOSS 2007 farm to SharePoint 2010.  You’ve reviewed...
  5. SharePoint multiple prompt fix Like anyone else supporting SharePoint installations, I have been hounded by Vista (and XP) users...

Leave a Reply