VS2017 安装错误:无法安装 IIS Express 包 (Microsoft.VisualStudio.IISExpress.Msi)
Visual Studio 2017 安装过程中遇到错误,无法安装 IIS Express 包 'Microsoft.VisualStudio.IISExpress.Msi',返回代码 1603。
错误信息提示需要安装 .NET Framework 4.7.2 或更高版本才能安装 IIS 10.0 Express。
详细信息:
- MSI: H:\VS2017\Data\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.IISExpress.Msi,version=15.9.33529.398,chip=x64\iisexpress_amd64_en-US.msi,属性: REBOOT=ReallySuppress INSTALLEDBY='VisualStudio' VSVERSION='15.0.33529.398'
- 返回代码: 1603
- 返回代码详细信息: 安装时发生严重错误
- 消息详细信息: Microsoft .NET Framework Version 4.7.2 or greater is required to install IIS 10.0 Express.
解决方案:
- 安装 .NET Framework 4.7.2 或更高版本。
- 重新运行 Visual Studio 2017 安装程序。
其他建议:
- 可以查看安装日志 'C:\Users\Administrator\AppData\Local\Temp\dd_setup_20230413161307_001_Microsoft.VisualStudio.IISExpress.Msi.log' 获取更多信息。
- 如果问题仍然存在,可以尝试在 Microsoft 网站上搜索相关解决方案。
- 您也可以联系 Microsoft 支持人员寻求帮助。
原文地址: https://www.cveoy.top/t/topic/nmEP 著作权归作者所有。请勿转载和采集!