近日有win7 64位系统用户在电脑中安装iis的时候,反映说遇到了错误提示并非所有功能被成功修改,导致安装失败,遇到这样的问题可要如何解决呢?别担心,今天给大家讲解一下win7 64安装iis提示并非所有功能成功修改的解决步骤。
具体解决方法如下:
1、运行CMD,进入DOS命令,输入 C:\Windows\Microsoft.NET\Framework\v4.0.30319输入aspnet_regiis -i;
2、如果出错会提示查看安装日志
C:\Documents and Settings\Administrator\AppData\Local\ASPNETSetup_XXXXX.log
3、我的出现了Failure Installing WMI file:aspnet.mof: InstallMOF failed with HRESULT 80004005: ‘未指定的错误 ’、这种情况可能是由于被损坏的wmi库造成的。
4、在网上找到一个重建WMI库的批处理http://blog.csdn.net/xuxc/article/details/2230277
5、把以下代码复制存成。bat文件
net stop winmgmtc:cd %systemroot%/system32/wbemrd /S /Q repository
regsvr32 /s %systemroot%/system32/scecli.dllregsvr32 /s %systemroot%/system32/userenv.dll
mofcomp cimwin32.mofmofcomp cimwin32.mflmofcomp rsop.mofmofcomp rsop.mflfor /f %%s in (‘dir /b /s *.dll’) do regsvr32 /s %%sfor /f %%s in (‘dir /b *.mof’) do mofcomp %%sfor /f %%s in (‘dir /b *.mfl’) do mofcomp %%secho DONE rebootpause
6、运行后重启,重新安装IIS中的ASP,正常运行!
关于win7 64安装iis提示并非所有功能成功修改的解决步骤就给大家讲述到这里了,有遇到一样情况的话,可以学习上面的方法来解决吧。
2024-01-22
2021-01-07
2021-03-14
2022-08-07
2023-09-08
2022-04-04
2023-03-29
2021-11-12
2022-12-07
2024-07-17
2024-07-17
2024-07-17
2024-07-16
2024-07-16