Install Windows SharePoint Services 3.0 locally

Have you ever seen this message?

This product can only be installed if Windows SharePoint Services 3.0 has been installed first

When Yes – then you are properly trying to install the visual studio extensions for Windows SharePoint Service 3.0 Tools (aka VSeWSS) locally.

So what can we do to get it installed?

Well we need to make the install thinking that MOSS is installed. This can be done by changing a key in Registry.

Open regedit and create the following keys and string value


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0]
"Sharepoint"="Installed"

Thats all! Now the installer things MOSS installed and you should be able to install WSS 3.0.

Btw. you might also want to add the core SharePoint assemblies located in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\ISAPI by using the gacutil.

If this should not be enough – the try using the method described here and also this article here both are from Bamboo Nation.

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.