Unable to install sharepoint 2010 in Windows 7

点点圈 提交于 2019-12-13 14:00:33

问题


I am facing problem while installing Sharepoint 2010 Server on Windows-7 Professional I have followed the steps given in this MSDN page. Still I am getting the following error while trying to run Setup.exe.

Can anyone help me on this?

Thanks


回答1:


It seems that SharePoint Server 2010 is only compatible with Windows Server 2008 x64. But it's not. check this.

Source: Installing Microsoft SharePoint Server 2010 on Windows 7 x64
It is much simple to do this. Just a little work and your SharePoint Installation ready to work on Windows 7 64 bit Client OS.

You can simply install SharePoint Server 2010 on your client OS just by modifying a config file. Copy CD contents to a folder on your hard drive and Follow following steps:

  1. Go to the Files folder
  2. Go to the Setup folder
  3. Open config.xml
  4. Add the following line before the closing </configuration> tag

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

Save the file and Run the Setup.exe. now it will work fine.

Remember: These lines are Case Sensitive so Write them correct.

On Windows 7, install the following additional prerequisites required before running Setup.exe:

Microsoft FilterPack 2.0. At a command prompt, type the following: installation directory folder\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi

  1. Microsoft Sync Framework
  2. SQL Server Native Client
  3. Windows Identity Foundation (Windows6.1-KB974405-x64.msu)
  4. Chart Controls (this is not required if you are going to install SharePoint Foundation 2010).
  5. SQL Server Analysis Services - ADOMD.Net (this is not required if you are going to install SharePoint Foundation 2010).

For more detailed installation tutorial go through MSDN - Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008




回答2:


It seems like your copy of Sharepoint 2010 Server is intended to be installed onto a machine running Win Server 2008 SP2 or later. Not win 7. Either upgrade your machine or see if there's a more compatible copy of share point server.



来源:https://stackoverflow.com/questions/11025716/unable-to-install-sharepoint-2010-in-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!