您好,欢迎来到客服中心    

sql server安装程序无法编译托管对象格式(NOF)文件C:\ProgramFiles\Microsoft SQL Server·······。若要继续安装,请参阅SQL Server 2005 安装程序帮助文档



处理方法:

http://blog.chinaunix.net/uid-20691565-id-1749485.html


net stop winmgmt
c:
cd %systemroot%\system32\wbem
rd /S /Q repository


regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll


mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %%s in (''dir /b /s *.dll'') do regsvr32 /s %%s
for /f %%s in (''dir /b *.mof'') do mofcomp %%s
for /f %%s in (''dir /b *.mfl'') do mofcomp %%s
echo DONE reboot
pause