SP2013是最后一个有foundation版本的,后续各个版本都是server版,要买lisence。还有免费的可以用,凑活一下吧。十年前的框架有些安装组件的链接已经失效了,自己手动下载的路径备份一下,已经下载好的完整版,在文章最后可以直接复制:
SharePoint2013组件列表,想安装sp无论foundation还是server都要下载的:
微软的官方介绍:https://learn.microsoft.com/zh-cn/sharepoint/install/hardware-software-requirements-2013
微软的网站很多链接已经失效,10年后重新搜索了一下,更新一些链接目前还能用,过几年也不清楚了。
- Microsoft .NET Framework 4.5 版 https://go.microsoft.com/fwlink/p/?LinkId=250950
- SQL Server 2008 R2 SP1 Native Client https://www.microsoft.com/en-us/download/details.aspx?id=44277
- Microsoft WCF Data Services 5.0 https://go.microsoft.com/fwlink/p/?LinkId=238821
- Microsoft Information Protection and Control 客户端 (MSIPC) https://go.microsoft.com/fwlink/p/?LinkID=219568
- Microsoft Sync Framework Runtime v1.0 SP1 (x64) https://go.microsoft.com/fwlink/p/?LinkID=224449
- Windows Management Framework 3.0,其中包括 Microsoft PowerShell 3.0 https://go.microsoft.com/fwlink/p/?LinkId=273961
- Windows Identity Foundation (WIF) 1.0 https://go.microsoft.com/fwlink/p/?LinkID=226830
- Microsoft Identity Extensions(以前称为 WIF 1.1) https://go.microsoft.com/fwlink/p/?linkid=252368
- Windows Server AppFabric https://www.microsoft.com/en-US/download/details.aspx?id=27115
- Microsoft AppFabric 1.1 for Windows Server 累积更新包 1 (KB 2671763) https://www.microsoft.com/en-us/download/details.aspx?id=29241
自己手动安装组件需要注意,其中WindowsServerAppFabricSetup_x64.exe不要手动安装,自己配置不成功会报错,用下面命令单独安装
C:\sps\prerequisiteinstaller.exe /AppFabric:C:\preinstall\WindowsServerAppFabricSetup_x64.exe
如果全部手动安装可以用下面的Bat,文件名需要修改,安装路径按自己的路径修改:
C:\sps\prerequisiteinstaller.exe /SQLNCli:C:\preinstall\sqlncli.msi /ODBC:C:\preinstall\msodbcsql.msi /Sync:C:\preinstall\Synchronization.msi /AppFabric:C:\preinstall\WindowsServerAppFabricSetup_x64.exe /IDFX11:C:\preinstall\microsoftidentityextensions-64.msi /MSIPCClient:C:\preinstall\setup_msipc_x64.exe /WCFDataServices56:C:\preinstall\WcfDataServices.exe /DotNetFx:C:\preinstall\NDP453-KB2969351-x86-x64-AllOS-ENU.exe /KB3092423:C:\preinstall\AppFabric-KB3092423-x64-ENU.exe /MSVCRT11:C:\preinstall\vcredist_x64.exe /MSVCRT14:C:\preinstall\vc_redist.x64.exe