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

Installing SharePoint 2010 on Windows 7相关推荐

  1. 【SharePoint 2010】将Sharepoint Server 2010部署到WINDOWS 7

    1.部署-安装环境: 在这里先说明一下:2007的版本中我们只能装在WINDOWS 2003 SERVER 上,这种限制在2010被彻底打破了.我们可以将它安装在VISTA/WINDOWS 7/SER ...

  2. 基于Windows Azure 搭建基于SharePoint 2010 Intranet、Extranet、Internet (1): 安装SharePoint 2010...

    4月底的时候,参加了微软的Windows Azure 体验活动,拿到了Azure的体验账号.经过一番体验后,发现Windows Azure确实是一个学习和实验的好平台.Windows Azure很快就 ...

  3. 基于Windows Azure 搭建基于SharePoint 2010 Intranet、Extranet、Internet (4): 配置传出邮件服务: 使用 outlook.com 发送邮件通知

    前几篇文章,已经安装了SharePoint 2010,今天将演示如何配置传出邮件.由于某些原因,企业可能没有安装自己邮件服务器,此时我们可以使用公共的邮箱服务来发送邮件通知,比如outlook.com ...

  4. 在SharePoint 2010使用OWA查看自己邮箱的内容

    在SharePoint 2010使用OWA 背景: 利用 Outlook Web Access Web 部件,可以在 SharePoint 网站中显示从 Microsoft Exchange Serv ...

  5. SharePoint 2010中的客户端模型

    1.介绍 客户端模型是SharePoint 2010才提供的,可以更灵活的在任何客户端设备中操作SharePoint对象,在2007版本中没有客户端模型,2010中有三种客户端模型JavaScript ...

  6. SharePoint 2010 技巧系列: 控制Ribbon菜单权限(SiteActions的例子)

    上一篇写了一个关于快速开发Ribbon菜单的例子,这次我们共同探讨一下Ribbon菜单权限的控制. 如果你已经阅读了 "", 我相信你已经能很快的开发一个Ribbon菜单,这时我们 ...

  7. VDI序曲二十 桌面虚拟化和RemoteApp集成到SharePoint 2010里

    本篇大作历时3天写完,内容实在太多了,希望大家给力的支持啊~ SharePoint 2010是微软很棒的办公协作平台与企业门户,当然集成我们的应用那会让用户又更好的体验与方便行,比如把我们的Remot ...

  8. 解决sharepoint 2010浏览器在线浏览Word出错

    系统环境: win2008r2 + sql2008R2 + sharepoint 2010 + office web apps 安装部署完office web apps 后,在sharepoint 2 ...

  9. Backup and Restore in SharePoint 2010

    参考资料: http://www.mssharepointtips.com/tip.asp?id=1040 http://www.mssharepointtips.com/tip.asp?id=104 ...

最新文章

  1. 今天看到的关于深度学习的一篇文章,可以好好学习下
  2. python代码示例图形-Python使用matplotlib绘制3D图形(代码示例)
  3. nginx 静态资源WEB服务
  4. 1k字让你理解死锁是什么?
  5. C语言学习记录_2019.02.08
  6. 微型计算机常常采用三种线结构,2016年河海大学929地理信息系统之地理信息系统概论考研复试题库...
  7. 基于FPGA的cameralink编解码测试系统设计
  8. 如何提高测试团队效率?
  9. cf/codeforces #365 E - Mishka and Divisors 数学+背包dp+gcd
  10. 如果你觉得累,这三个“高内耗”行为,一定要戒掉!
  11. 『深度应用』NLP机器翻译深度学习实战课程·零(基础概念)
  12. 浅谈Unity中的文字显示
  13. 微信域名防封,微信网址域名防封的几种办法
  14. 怎么可以修改pr基本图形中的文字_不会给视频添加字幕?这里可以解决(附工具下载)...
  15. 【图论】中国邮递员问题、平面图上最大割问题的多项式时间算法
  16. Git ---- 国内代码托管中心-码云
  17. 《人性的弱点》读书笔记及读后感
  18. 网页设计期末结课作业 2022最后的作业 用Dw div+css 做网页设计
  19. java vi命令 退出_Git 使用vi或vim命令打开、关闭、保存文件
  20. 渗透技巧——程序的降权启动

热门文章

  1. 修改个人社保关联医院网址
  2. c语言输出对齐的方法
  3. 用会声会影10制作高保真电子相册
  4. 打造世界巨龙时代6.95护肝器
  5. java性别数据类型_Java基础-数据类型及变量
  6. PHP接收云之家审批结果,云之家智能审批操作指引.PDF
  7. Java学习笔记-Day42 HTML概述
  8. OMRON CP1HPLC 电子手轮控制伺服,如何接线,设定,编写程序
  9. Centos8安装CDH解决不兼容问题
  10. 轮廓提取之滚球法、凹包算法