標籤:
由於沒有網路,無法使用sharepoint2013的安裝必備軟體的線上下載嚮導安裝,當要安裝 SharePoint 2013 的伺服器與 Internet 隔離時,通常需要從離線位置安裝必備組件。即使不屬於這種情況,從集中離線位置安裝必備組件也可以使您安裝已知的受控映像集,從而確保場伺服器的一致性。如:
必須把SP2013的必備組件全部下載下來,進行離線安裝,組件如下:
- Microsoft .NET Framework 4.5 版
- Windows Management Framework 3.0
- 應用程式伺服器角色,Web 服務器 (IIS) 角色
- Microsoft SQL Server 2008 R2 SP1 Native Client
- Windows Identity Foundation (KB974405)
- Microsoft Sync Framework Runtime v1.0 SP1 (x64)
- Windows Identity Extensions
- Microsoft Information Protection and Control 用戶端
- Microsoft WCF Data Services 5.0
- Windows Server AppFabric
- Microsoft AppFabric 1.1 for Windows Server 累積更新包 1 (KB 2671763)
所有的組件發現可以安裝成功,只有AppFabric 裝上後,仍提示沒有正確配置,採用網上的部落格寫的無法徹底解決,後來發現能否使用PrerequisiteInstaller.exe命令進行安裝?查閱資料,發現如下命令:
PrerequisiteInstaller.exe
/SQLNCli:file - Install Microsoft SQL Server 2008 R2 SP1 Native Client from file
/PowerShell:file - Install Windows Management Framework 3.0 from file
/NETFX:file - Install Microsoft .NET Framework 4.5 from file
/IDFX:file - Install Windows Identity Foundation (KB974405) from file
/Sync:file - Install Microsoft Sync Framework Runtime v1.0 SP1 (x64) from file
/AppFabric:<location Of the Appfabric installation file>
/IDFX11:"<path>\Microsoft Identity Extensions.msi"
/MSIPCClient:"<path>\msipc.msi"
/WCFDataServices:"<path>\WcfDataServices.exe"
/KB2671763:"<path>\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
AppFabric無法安裝問題解決-安裝步驟
1) 進入PrerequisiteInstaller.exe 所在的目錄或虛擬光碟機E盤,如下命令列,如:
斷行符號執行完畢命令後,如 :
直到最後執行完畢為止。如:
2) 安裝AppFabric1.1-RTM-KB2671763-x64-ENU.exe,命令列如下:
3) 其他組件安裝,此處省略
備忘:其他組件可以使用此命令的方式執行安裝或單獨直接運行安裝都可以,注意下離線安裝包所在檔案夾的許可權,是否允許命令列讀取到,否則會提示安裝錯誤的。我這裡放到C盤根目錄下。
4) 安裝完畢後再安裝sharepoint server2013,此時可以看到正常,如:
SharePoint 2013必備組件離線包安裝:AppFabric無法安裝問題解決