使用 Sitecore 安装协助 (SIA) 时出现 Sitecore 10.1 安装错误

Ari*_* Ak 4 installation sitecore

安装先决条件时,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.
Run Code Online (Sandbox Code Playgroud)

小智 7

[install files folder]\Prerequisites.json这可以通过更新文件并重新尝试安装来解决。

只需按如下所示更改DefaultValueJSON 的键即可。

"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"
},
Run Code Online (Sandbox Code Playgroud)

如果以后再次失败,只需返回下载页面即可。

https://learn.microsoft.com/en-us/iis/install/web-platform-installer/web-platform-installer-direct-downloads