admin管理员组

文章数量:1638804

0ffice2016 启动安装时报错,如下:

---------------------------
Setup Errors
---------------------------
Setup is unable to proceed due to the following error(s):
This product requires Internet Information Services (IIS) 7.0 or higher, with ASP .NET v4.0 in the list of IIS Web Server Extensions.
Correct the issue(s) listed above and re-run setup.
---------------------------
OK   
---------------------------

解决

执行命令如下即可

@echo off
echo IIS Install ...
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-R

本文标签: informationservicesinternetProductrequires