Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/40.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iis 7 未能在Windows Vista Home Premium上重新安装IIS7_Iis 7_Installation_Windows Vista_Reinstall - Fatal编程技术网

Iis 7 未能在Windows Vista Home Premium上重新安装IIS7

Iis 7 未能在Windows Vista Home Premium上重新安装IIS7,iis-7,installation,windows-vista,reinstall,Iis 7,Installation,Windows Vista,Reinstall,我无法在windows vista家用高级笔记本电脑上重新安装IIS7。在安装某些windows自动更新后,以前的工作IIS7安装失败。更新已被删除,IIS7已卸载 每次尝试安装IIS7时(在Windows功能中选择Internet信息服务树下的所有功能),最后都会收到一个错误,表示某些功能配置不正确,安装将不会成功 安装总是失败,windows重新启动时会说没有正确配置更新并将其卸载 您能否帮助解决IIS重新安装失败的可能原因。我做过很多论坛搜索,都有类似的重新安装问题,但解决方案在我的实例中

我无法在windows vista家用高级笔记本电脑上重新安装IIS7。在安装某些windows自动更新后,以前的工作IIS7安装失败。更新已被删除,IIS7已卸载

每次尝试安装IIS7时(在Windows功能中选择Internet信息服务树下的所有功能),最后都会收到一个错误,表示某些功能配置不正确,安装将不会成功

安装总是失败,windows重新启动时会说没有正确配置更新并将其卸载

您能否帮助解决IIS重新安装失败的可能原因。我做过很多论坛搜索,都有类似的重新安装问题,但解决方案在我的实例中并不成功

谢谢你抽出时间;我很乐意详细阐述任何观点,并为这个问题的模糊性道歉

IIS7.log错误的重要部分如下:

[01/20/2012 19:40:40][IIS 7.0基于组件的设置]

[01/20/2012 19:40:40]“C:\Windows\System32\inetsrv\iissetup.exe”/install SharedLibraries

[01/20/2012 19:40:40]<警告!>无法检测是否启用了配置重定向。结果=0x80070032。假设配置未重定向并继续

[01/20/2012 19:40:40]NetFrameworkConfigurationKey容器已存在

[01/20/2012 19:40:40]在NetFrameworkConfigurationKey上设置ACL

[01/20/2012 19:40:40]iisWasKey密钥容器已存在

[01/20/2012 19:40:40]iisWasKey用户密钥已存在

[01/20/2012 19:40:40]IISCOConfiguration密钥已存在

[01/20/2012 19:40:40]<!!失败!!>安装组件共享库结果=0x80070032

[01/20/2012 19:40:40]<!!失败!!>组件::ExecuteCommand结果=0x80070032

[01/20/2012 19:40:40][基于IIS 7.0组件的安装结束]

[01/20/2012 19:40:42][IIS 7.0基于组件的安装]

[01/20/2012 19:40:42]“C:\Windows\System32\inetsrv\iissetup.exe”/C:\Windows\System32\inetsrv\appcmd.exe重置配置-部分:system.applicationHost/applicationPools

[01/20/2012 19:40:42]<警告!>无法检测是否启用了配置重定向。结果=0x80070032。假设配置未重定向并继续

[01/20/2012 19:40:42]启动命令C:\Windows\System32\inetsrv\appcmd.exe,参数C:\Windows\System32\inetsrv\appcmd.exe重置配置-部分:system.applicationHost/applicationPools

[01/20/2012 19:40:42]<!!失败!!>启动命令结果=0x80070032

[01/20/2012 19:40:42][基于IIS 7.0组件的安装结束]

[01/20/2012 19:40:42][IIS 7.0基于组件的安装]

[01/20/2012 19:40:42]“C:\Windows\System32\inetsrv\iissetup.exe”/C:\Windows\System32\inetsrv\appcmd.exe重置配置-部分:system.applicationHost/listenerAdapters

[01/20/2012 19:40:42]<警告!>无法检测是否启用了配置重定向。结果=0x80070032。假设配置未重定向并继续

已尝试以下操作,但出现相同错误IIS7.log error:

a) 在尝试重新安装IIS7之前,卸载Windows Process Activation Service,重新启动

b) 管理员命令行尝试在再次重新安装失败之前完全擦除IIS7安装

start/w pkgmgr.exe/uu:IIS WebServer角色;是WindowsActivationService吗

  • 打开regidit,导航到[HKEY\U LOCAL\U MACHINE\SYSTEM\CurrentControlSet\Services\HTTP]: a) 将开始从4(禁用)更改为3(自动) b) 删除“NoRun”键(如果该键存在)

  • 重新启动服务器

  • 重新安装IIS7

  • 打开regidit,导航到[HKEY\U LOCAL\U MACHINE\SYSTEM\CurrentControlSet\Services\HTTP]: a) 将开始从4(禁用)更改为3(自动) b) 删除“NoRun”键(如果该键存在)

  • 重新启动服务器

  • 重新安装IIS7


  • 最好先
    卸载安装的IIS,使用以下命令以CMD中的admin权限运行,然后使用Web平台安装程序安装IIS。这将很容易管理

    start /w pkgmgr /uu:IIS-WebServerRole;IIS-WebServerManagementTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASP;IIS-ASPNET;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-NetFxExtensibility;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-HttpTracing;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Performance;IIS-HttpCompressionStatic;IIS-Security;IIS-RequestFiltering;IIS-WindowsAuthentication;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
    

    有帮助的

    最好先
    卸载
    已安装的IIS,然后使用CMD中的admin权限运行以下命令,然后使用Web平台安装程序安装IIS。这将很容易管理

    start /w pkgmgr /uu:IIS-WebServerRole;IIS-WebServerManagementTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASP;IIS-ASPNET;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-NetFxExtensibility;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-HttpTracing;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Performance;IIS-HttpCompressionStatic;IIS-Security;IIS-RequestFiltering;IIS-WindowsAuthentication;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
    
    有益的