• Grumpy Wookie

    View Chris OConnor's profile on LinkedIn

  • Archives

  • Top Posts

  • Flickr Photos

    4780_113082538658_784073658_2905444_7437417_n

    4780_113082533658_784073658_2905443_6843979_n

    4780_113082528658_784073658_2905442_8369531_n

    4780_113082523658_784073658_2905441_776992_n

    4780_113082518658_784073658_2905440_3601069_n

    4780_113082513658_784073658_2905439_2663807_n

    More Photos
  • Recent Visitors

  • Blog Stats

    • 180,955 hits

Windows Server 2008 + SharePoint 2007

With the new Windows Server 2008 family of products released, I thought I’d try out SharePoint 2007, using Windows Server 2008 as the base O/S (within a VM).

Firstly – install Win 2K8 (derr !) – and turn on “roles” for Web Server (IIS) and application server.   Had to also turn on “features” including .NET 3.0. 

Love the new “Server Manager” utility within Windows Server 2008 :

image

Next, installed SQL Server 2005 (and the SP2).   All good so far !

But – when trying to install SharePoint – I had the following error :

This program is blocked due to compatibility issues.

image

When clicking “Check for solutions online”, there was some mention of not working with Windows Vista (for some reason !).

Further research & hunting determined that it may be due to Windows SharePoint Services 3.0 *NOT* being installed by default, as part of the base O/S (as was with Windows Server 2003).  

So – I thought I’d try out installing WSS at first – and then doing SharePoint Server (MOSS) afterwards.

Download : Windows SharePoint Services 3.0 with Service Pack 1

Installation was successful – and then ran the configuration wizard.  And – have been able to use a WSS site – all OK.

image

BUT – still had the same issue as before when trying to install “MOSS” ie. compatability issue.

More searching/reading – and found information about needing to “slipstream SP1″ for SharePoint 2007.

As of the release of Microsoft Office SharePoint Server 2007 Service Pack 1 (SP1), you can install Office SharePoint Server 2007 on a server running Windows Server 2008.

You cannot install Office SharePoint Server 2007 without service packs on Windows Server 2008.

Source : Microsoft TechNet

This could NOT be easier !    I already have a folder with the full SharePoint installation media – as below :

image

Take note of the folder highlighted in screen shot : Updates

Next up, just need to download the MOSS SP1 “patch” :

Download : 2007 Microsoft Office Servers Service Pack 1 (SP1)

This will be a 58 MB file, that you simply EXTRACT the contents.  Use the following command to extract the files – to a “temp” extract folder :

C:\DOWNLOADFOLDER\Officeserver2007sp1-kb936984-x86-fullfile-en-us.exe /extract:C:\EXTRACTFOLDER

NB.  You will have to accept the “license agreement” – just check the box.

image

Finally – just copy the entire contents of the “EXTRACTFOLDER” into the “updates” folder was shown above.   And, the slipstream’ing is done, dude !

And – amazingly – that’s all that’s needed, and the installation will proceed for Windows Server 2008 !

More information : Create an installation source that includes software updates

UPDATE :

Have just noticed this post from CodeJedi, who mentions that there are now “with SP1″ versions of MOSS and WSS that can be downloaded (x32 and x64).

This is great news for those that are wanting to install MOSS or WSS on the new Windows Server 2008 which requires an SP1 install.

But – it looks like these are only for “trial” versions – and if you don’t want to download ~300 MB, then you can use the above approach – using your existing media / installers.

Click below for more from the official blog of the SharePoint product group : MOSS 2007 with SP1 (Slipstream) OfficeServerwithSP1.exe Released

11 Responses

  1. [...] Read more from the original source: Windows Server 2008 + SharePoint 2007 [...]

  2. Hey, worked a treat :) I mean how simple is that! I am liking windows server 2008, jsut done an exchange 2007 migration and thought I would try SharePoint.
    Cheers
    Andy

  3. worked great. Thanks for the info.

  4. Great post, was very helpfull!
    Thanks.

  5. Thanks for posting such a greate topic,i am facing some problems during the moss installation .i beleave this is because of not having full installation media of moss 2007

    could give give me a link of moss 2007 full installation media.so that i will try with that.

    Thanks in advance

  6. this help really very helpful for me…..

    good job
    thanks…..

  7. it still sucks that Microsoft makes us jump hoops if we want to have a clean install with the latest Service Packs. I mean, why don’t they release MOSS with all the service packs already slipstreamed? How hard can that be? :) )

    • Alex – did you ever release a software product? One that you had to support? Even though the process is simple to most of us, there’s a lot of time and money that go to putting it together, testing, and packaging. If this level of work is hard for someone, I wouldn’t trust them to install SharePoint ;) .

  8. Worked like a charm! Thanks man!

  9. extraction worked only after I added -quiet parameter.

    so for me the complete command looked like

    C:\DOWNLOADFOLDER\Officeserver2007sp1-kb936984-x86-fullfile-en-us.exe /extract:C:\EXTRACTFOLDER -quiet

  10. Saved my bacon, thought our install cd was at least SP1.

Leave a Reply