Sitecore Installation Assistance (SIA) 出现 Sitecore 10.1 安装错误
Sitecore 10.1 Installation error with Sitecore Installation Assistance (SIA)
Sitecore 安装协助 (SIA) 在安装先决条件时失败并出现以下错误:
[-------- DownloadWebPlatformInstaller : DownloadFile ------------------------]
[DownloadWebPlatformInstaller]:[Download] https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi => C:\Users\AriaA\AppData\Local\Temp\WebPlatformInstaller_amd64_en-US.msi
Error downloading https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi: The remote server returned an error: (404) Not Found.
[TIME] 00:00:48
Error downloading https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi: The remote server returned an error: (404) Not Found.
SIA 尝试从不再存在的 URL 下载 WebPlatformInstaller。
从以下 URL 下载 WebPlatformInstaller 并尝试使用 SIA 再次安装先决条件。
https://docs.microsoft.com/en-us/iis/install/web-platform-installer/web-platform-installer-direct-downloads
这可以通过更新 [install files folder]\Prerequisites.json
文件并重新尝试安装来解决。
只需按照以下更改 JSON 的 DefaultValue
键。
"WebPlatformDownload": {
"Type": "String",
"Description": "Download location of Microsoft Web Platform Installer 5.0",
"DefaultValue": "https://download.microsoft.com/download/8/4/9/849DBCF2-DFD9-49F5-9A19-9AEE5B29341A/WebPlatformInstaller_x64_en-US.msi"
},
如果以后再失败,请返回下载页面参考。
Sitecore 安装协助 (SIA) 在安装先决条件时失败并出现以下错误:
[-------- DownloadWebPlatformInstaller : DownloadFile ------------------------]
[DownloadWebPlatformInstaller]:[Download] https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi => C:\Users\AriaA\AppData\Local\Temp\WebPlatformInstaller_amd64_en-US.msi
Error downloading https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi: The remote server returned an error: (404) Not Found.
[TIME] 00:00:48
Error downloading https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi: The remote server returned an error: (404) Not Found.
SIA 尝试从不再存在的 URL 下载 WebPlatformInstaller。 从以下 URL 下载 WebPlatformInstaller 并尝试使用 SIA 再次安装先决条件。 https://docs.microsoft.com/en-us/iis/install/web-platform-installer/web-platform-installer-direct-downloads
这可以通过更新 [install files folder]\Prerequisites.json
文件并重新尝试安装来解决。
只需按照以下更改 JSON 的 DefaultValue
键。
"WebPlatformDownload": {
"Type": "String",
"Description": "Download location of Microsoft Web Platform Installer 5.0",
"DefaultValue": "https://download.microsoft.com/download/8/4/9/849DBCF2-DFD9-49F5-9A19-9AEE5B29341A/WebPlatformInstaller_x64_en-US.msi"
},
如果以后再失败,请返回下载页面参考。