备注: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! :)

转载于:https://www.cnblogs.com/windy2008/archive/2010/05/16/1736834.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Contents at a Glance Introduction....................................................................................................1 Part 1: Introduction to Analysis Services 1 Introduction to OLAP and Its Role in Business Intelligence.........................7 2 Multidimensional Space...............................................................................17 3 Client/Server Architecture and Multidimensional Databases: An Overview27 Part 2: Creating Multidimensional Models 4 Conceptual Data Model................................................................................37 5 Dimensions in the Conceptual Model.........................................................43 6 Cubes and Multidimensional Analysis.........................................................63 7 Measures and Multidimensional Analysis....................................................75 8 Advanced Modeling......................................................................................91 9 Multidimensional Models and Business Intelligence Development Studio...................................................................................109 Part 3 Using MDX To Analyze Data 10 MDX Concepts............................................................................................139 11 Advanced MDX...........................................................................................161 12 Cube-Based MDX Calculations...................................................................189 13 Dimension-Based MDX Calculations.........................................................221 14 Extending MDX with Stored Procedures....................................................237 15 Key Performance Indicators, Actions, and the DRILLTHROUGH Statement.......................................................................261 16 Writing Data into Analysis Services...........................................................291 Part 4 Creating a Data Warehouse 17 Loading Data from a Relational Database..................................................307 18 DSVs and Object Bindings..........................................................................317 19 Multidimensional Models and Relational Database Schemas...................329Part 5 Bringing Data into Analysis Services 20 The Physical Data Model............................................................................345 21 Dimension and Partition Processing..........................................................377 22 Using SQL Server Integration Services to Load Data.................................407 23 Aggregation Design and Usage-Based Optimization..................................417 24 Proactive Caching and Real-Time Updates................................................435 25 Building Scalable Analysis Services Applications.......................................451 Part 6 Analysis Server Architecture 26 Server Architecture and Command Execution...........................................477 27 Memory Management................................................................................503 28 Thread Management...................................................................................521 29 Architecture of Query Execution—Calculating MDX Expressions............527 30 Architecture of Query Execution—Retrieving Data from Storage.............553 Part 7 Accessing Data in Analysis Services 31 Client/Server Architecture and Data Access...............................................569 32 XML for Analysis........................................................................................579 33 ADOMD.NET...............................................................................................599 34 Analysis Management Objects....................................................................669 Part 8 Security 35 Security Model for Analysis Services..........................................................713 36 Securing Dimension Data...........................................................................731 37 Securing Cell Values....................................................................................751 Part 9 Management 38 Using Trace to Monitor and Audit Analysis Services.................................763 39 Backup and Restore Operations..................................................................787 40 Deployment Strategies................................................................................805 41 Resource Monitoring...................................................................................815 Index...........................................................................................................823

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值