Ничего не помогает, так и нет отображения зависимостей.
Цитата Petya V4sechkin:
Там еще очистка репозитория. »
|
Делал.
Выполнил скрипт:
Цитата:
net stop winmgmt
c:
cd %windir%\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
mofcomp -n:root\cimv2\applications\exchange wbemcons.mof
mofcomp -n:root\cimv2\applications\exchange smtpcons.mof
mofcomp exmgmt.mof
mofcomp exwmi.mof
net start winmgmt
|
Еще так делал:
Цитата:
net stop
net stop winmgmt /y
%systemdrive%
cd /d %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 %i in (*.exe) do %i /RegServer
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b *.mfl') do mofcomp %s
mofcomp exwmi.mof
mofcomp -n:root\cim ""v2\applications\exchange wbemcons.mof
mofcomp -n:root\cimv2\applications\exchange smtpcons.mof
mofcomp exmgmt.mof
reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\ /v SourcePath
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\ /v SourcePath /t REG_SZ /d "путь к папке i386 дистриба xp" /f
rundll32.exe setupapi,InstallHinfSection WBEM 132 %windir%\inf\wbemoc.inf
|
PS.
Появилась ошибка Windows Installer, вроде "Нет доступа к службе установки Windows...". Отписал в теме
http://forum.oszone.net/showthread.p...94#post1521594
(Может связано с некорректным WMI)
С помощью Dial-a-fix тоже фиксил, не помогает.
Может проблема глубже?