Installing SharePoint 2010 on Windows 7

news/2024/11/28 15:49:27/

It’s not one hundred percent straight forward to install SharePoint 2010 on Windows 7. Here’s a list of steps that you must take before you’ll be able to create your first Enterprise Wiki ;) :

I assume that you have seen System requirements for SharePoint 2010:

http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx

Before you hit the setup file with a couple of clicks, you MUST fulfill the following pre-requisites (these will save you a lot of frustration that might come in the form of Configuration Wizard errors):

  1. Install Geneva Framework Runtime for x64:

    Microsoft Geneva Framework Runtime for x64

  2.  Install the following hotfix: 

     https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806&wa=wsignin1.0

  3. Run the following command in a command prompt window, this enables required IIS/Windows Features (the command is from Microsoft, so you can trust ):


start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation;

Make sure you execute the command with no line breaks, if you copy from above, hopefully there should not be any line breaks.

 

       5.   The command given above does not enable one of the required Windows Features. Go to Control Panel -> Programs -> Turn Windows Features on or off -> fill the check box for “Windows Communication Foundation Non-HTTP Activation” and OK (make sure you do not uncheck anything else).

   6.  Must Restart your machine here.

Now we have to use/modify a few files within the SharePoint setup file. For that we have to extract files from setup.exe. There could be two ways of doing this. One is manual and the other is automatic. I recommend the automatic way. If you like automatic, skip the Manual step and go straright to automatic below.

Manual Extract:

First one is to extract the files from the setup exe manually, modify files and run the setup.exe (the extracted one).  The command to extract files is here:

C:\Users\rehmang>"D:\SharePoint 2010 Setup\SharePoint 2010\Microsoft SharePoint
Server 2010\14.0.4536.1000_OfficeServer_none_ship_x64_en-us_exe" /extract:"D:\Sh
arePoint 2010 Setup\SharePoint 2010\Microsoft SharePoint Server 2010\Extracted"

Your setup exe is at “D:\SharePoint 2010 Setup\SharePoint 2010\Microsoft SharePoint
Server 2010\”

and you are extracting files at
 
“D:\SharePoint 2010 Setup\SharePoint 2010\Microsoft SharePoint
Server 2010\Extracted”.

As soon as you will run the command, the extraction will start:

 

Click Ok on the success message and move to the folder where you extracted the files.

Run all the pre-requisites present at the following location:


D:\SharePoint 2010 Setup\SharePoint 2010\Microsoft SharePoint
Server 2010\Extracted\PrerequisiteInstallerFiles 


In Windows 7, usually it will be “FilterPack.msi” alone. Run this and run others if there are any. Note that “Software Pre-requisite Tool” or “Preparation Tool” doesnt work with Windows 7, so you have to do it manually.

Go to following directory:

D:\SharePoint 2010 Setup\SharePoint 2010\Microsoft SharePoint
Server 2010\Extracted\Files\Setup

You will find a config file:

 

Right click and edit in Notepad:

Add the following line of code just before the closing </Configuration> tag (as shown above):

1 <Setting Id="AllowWindowsClientInstall" Value="True"/>

Save the file.

Go to "D:\SharePoint 2010 Setup\SharePoint 2010\Microsoft SharePoint
Server 2010\Extracted"
 and click setup.exe (and not setup.cmd). This setup.exe is placed where you just extracted files from the original setup file. On the following splash screen click “Install SharePoint Server”:

 

Your setup should proceed now:

 

Automatic Extraction (my way): 

So, which way I want to take. I will run the setup, which will extract the files automatically, and then setup will complain that your system is not Windows Server 2008 x64 bit and hence the setup cannot continue. I will say OK.

Note here that the files are extracted already, so I will go to the file extraction folder and modify the files there. Now the setup is ready to run on Windows 7. However, I will not run the setup again, but only click “Install Sharepoint Server” on the splash screen. This time the installer will get the modified files….(saves me from creating folders, getting the command right and manually extracting the files)…Read on.

Double click SharePoint 2010 setup:

You will see the Extracting Files screen:

 

You will get the following splash screens:

 

 

Click “Install Software Prerequisites” and you will get the following error message:

 

Click “Install SharePoint Server” and you will get the following error message:

 

To get rid of this error, we have to modify a config file on the file system. Click OK on the error message above and make sure you do not Exit on the splash screen behind.

Go to following directory:

C:\Program Files (x86)\MSECache\oserver2010\Files\Setup

You will find a config file:

 

Right click and edit in Notepad:

 

Add the following line of code just before the closing </Configuration> tag (as shown above):

1<Setting Id="AllowWindowsClientInstall" Value="True"/>

Save the file.

Run all the pre-requisites present at the following location:
C:\Program Files (x86)\MSECache\oserver2010\PrerequisiteInstallerFiles 

In Windows 7, usually it will be “FilterPack.msi” alone. Run this and run others if there are any. Note that “Software Pre-requisite Tool” or “Preparation Tool” doesnt work with Windows 7, so you have to do it manually.

Click “Install SharePoint Server” on the screen that we left running:

 

Your setup should proceed now:

 

For Product Keys, not me, its Microsoft :) .

On Windows 7, better to perform a Standalone installation.

Permissions Issue:

In case you got a permissions issue with editing the Config file, give yourself permissions on the Setup folder (in which the Config is contained):

Right click Setup -> go to Security tab -> click Edit -> click Add -> add your account like Domain\username -> fill the check box infront of “Full Control” -> OK all:

 

Edit Config file now and it should be all good.

After completing the above process, if you have started receiving Configuration Wizard errors, look here for a consolidated list of errors and there solutions.

Here is a useful MSDN link from Microsoft:

http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx

Hope this helps–

reference:http://rehmangul.sauftveyr.com/2009/12/08/installing-sharepoint-2010-on-windows-7/

转载于:https://www.cnblogs.com/KingStar/archive/2010/10/29/1864579.html


http://www.ppmy.cn/news/380651.html

相关文章

sharepoint 2010新功能预览2-Fast Search

这次在微软的SharePoint 2010 Ignite培训中着重介绍了sharepoint 2010中的Fast Search功能&#xff0c;这是微软花了12亿美元收购了挪威OSLO搜索技术公司Fast Search and Transfer&#xff08;FAST&#xff09;&#xff0c;并应用到我们的sharepoint 2010当中&#xff0c;FAST …

试图运行项目时出错,无法启动调试。没有正确安装调试器--很多次都是上网找了很多资料,都很难解决

试图运行项目时出错&#xff0c;无法启动调试。没有正确安装调试器。请运行安装程序安装或修复调试器 收藏 对于这样的问题&#xff0c;出现很多次&#xff0c;很多次都是上网找了很多资料&#xff0c;都很难解决&#xff0c;只好重装IIS或者是.NET。 通过网上搜素一般都是如下…

系统盘(c盘)空间清理方法总结(转)

我们一般会把系统安装在C盘&#xff0c;但是使用一段时间后会发现C盘的空间越来越少。尤其我们做开发的&#xff0c;会在电脑中装上很多软件的。比如我的机器上C盘空间15G&#xff0c;平时安装软件时只要可以选择我都会把它装到其他盘的&#xff0c;但是半年下来&#xff0c;C盘…

Office 2007打开文档提示安装Web Developer和MUI解决

主要解决办法是卸载 Web Developer 和MUI MS是这篇文章解决http://support.microsoft.com/kb/290301/ 下载对应office的版本&#xff0c;运行卸载。 旧版本的卸载工具&#xff08;可能导致出错&#xff09; http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8…

系统盘(c盘)空间清理方法总结

原文地址为&#xff1a; 系统盘(c盘)空间清理方法总结 我们一般会把 系统安装在C盘&#xff0c;但是使用一段时间后会发现C盘的 空间越来越少。尤其我们做开发的&#xff0c;会在电脑中装上很多软件的。比如我的机器上C盘空间15G&#xff0c;平时安装软件时只要可以选择我都…

SharePoint 2013 基础版 离线安装步骤

SharePoint 2013 基础版 离线安装步骤 1. 介绍 SharePoint 2013 提供了一个企业的业务解决方案&#xff0c;它利用了企业应用程序集成功能&#xff0c;以及灵活的部署选项和管理工具&#xff0c;将来自不同系统的信息集成到一个解决方案中。这个门户站点使得端到端的合作更为…

安装 SharePoint 2013

原创 https://blog.51cto.com/jimshu/1355793 一、启动安装向导 插入 SharePoint 2013 安装光盘&#xff0c;自动显示运行向导。 如果向导不能自动出现&#xff0c;请打开光盘的文件夹&#xff0c;运行根目录下的splash.hta文件。 首先&#xff0c;运行“安装必备软件”。 二…

C盘系统下常见的系统目录

Windows 常见系统目录 WINDOWS –system32(存放 Windows的系统文件和硬件驱动程序) -config(用户配置信息和密码信息)--systemprofile(系统配置信息&#xff0c;用于恢复系统)-drivers(用来存放硬件驱动文件&#xff0c;不建议删除)-spool(用来存放系统打印文件。包括打印的色…