备注:SharePoint 2010 安装前提条件下载链接搜集

在不能上网的机器上安装SharePoint 2010,找那些补丁,花了很长时间,搜集整理到一篇汇集了这些补丁链接,备注一下。

The following is needed for installation on Windows 2008 R2 and Windows Server 2008.

1、Microsoft Visual Studio 2010 Ultimate

Microsoft Visual Studio 2010 Ultimate Trial - ISO

2、KB971831 (This KB only applies to Windows Server 2008 and Vista)

http://support.microsoft.com/kb/971831 (this is the KB article)

http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=KB971831&DownloadId=7285 (this is the download)

3、KB976462 would be the WCF Fix article for Windows 2008 R2 and Windows 7

http://support.microsoft.com/kb/976462 (link not activated yet)

http://go.microsoft.com/fwlink/?LinkID=166231 (this is the download)

4、Microsoft SQL Server 2008 Native Client:
http://download.microsoft.com/download/3/5/5/35522a0d-9743-4b8c-a5b3-f10529178b8a/sqlncli.msi

5、Microsoft "Geneva" Framework Runtime
http://download.microsoft.com/download/F/3/D/F3D66A7E-C974-4A60-B7A5-382A61EB7BC6/MicrosoftGenevaFramework.amd64.msi

6、Microsoft Sync Framework Runtime v1.0 (x64)
http://download.microsoft.com/download/C/9/F/C9F6B386-824B-4F9E-BD5D-F95BB254EC61/Redist/amd64/Microsoft%20Sync%20Framework/Synchronization.msi

7、Microsoft Chart Controls for Microsoft .NET Framework 3.5
http://download.microsoft.com/download/c/c/4/cc4dcac6-ea60-4868-a8e0-62a8510aa747/MSChart.exe

8、Microsoft SQL Server 2008 Analysis Services ADOMD.NET
http://download.microsoft.com/download/A/D/0/AD021EF1-9CBC-4D11-AB51-6A65019D4706/SQLSERVER2008_ASADOMD10.msi

Filter Pack 2.0 should be already included in installation files.

On Windows Server 2008, additional files are needed.

9、.Net Framework 3.5 SP1

.NET Framework 3.5 Service Pack 1 (Full Package) KB959209 KB967190

10、PowerShell V2 RTM (It's better to use RTM than CTP3 - Remoting is not working correctly in older builds)

http://www.microsoft.com/downloads/details.aspx?FamilyId=d37e25cf-db05-4b23-a852-cdf865d81b82&displaylang=en

11、SQL Server 2005 Patches

SQL Server 2005 SP3

http://www.microsoft.com/downloads/details.aspx?familyid=AE7387C3-348C-4FAA-8AE5-949FDFBE59C4&displaylang=en

CU3 for SQL Server 2005 SP3

http://support.microsoft.com/kb/967909

SQL Server 2008 Patches

SQL Server 2008 SP1

http://www.microsoft.com/downloads/details.aspx?familyid=66AB3DBB-BF3E-4F46-9559-CCC6A4F9DC19&displaylang=en

CU2 for SQL Server 2008 SP1

Cumulative update package 2 for SQL Server 2008 Service Pack 1

12、Visual Studio 2008 SP1

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61

A lot of download links point to the older version of Geneva framework.  So, if you are like me (like browse to www.bing.com and type in “download geneva framework”) and installed it, possibilities are you have the wrong one.

Install the correct Geneva Framework runtime from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=eb9c345f-e830-40b8-a5fe-ae7a864c4d76&displaylang=en.  Visit the site and you’ll see why the above search keywords didn’t get you the correct version [not bing’s fault :)].

This will be especially helpful when you are setting up SharePoint 2010 developer workstation environment.  Have fun!

2 down vote accepted

It turns out that the Prerequisites installer was downloading a 0KB Geneva installation package, because the official Microsoft download URL is down (giving 404 errors).

I found a working link to the installer: http://download.microsoft.com/download/8/6/6/866E86E1-2264-4C80-836A-92F3F3A3B1AB/release/MicrosoftGenevaFramework.x64.msi.

So the steps were:

  1. Download the MSI file from the link above, to a local folder (e.g. C:\Prerequisites).

  2. Run the Prerequisites installer with the '/IDFX' switch (thanks for the blog link, @GillouX!):

    PrerequisiteInstaller.exe /IDFX:C:\Prerequisites\MicrosoftGenevaFrameworkSDK.x64.msi

    The Prerequisites installation now proceeds correctly.

  3. Then I can run the installer and it works! :)

出处: http://www.cnblogs.com/windy2008

原文地址:https://www.cnblogs.com/windy2008/p/1736834.html