Error: The following error was generated when "$error.Clear(); if ($RoleProductPlatform -ieq "amd64") { $comClassFile = join-path $RoleInstallPath "bin\Monitoring\x86\DiagnosticCmdletController.dll"; $regSvr32WOW = join-path (join-path $env:SystemRoot sysWOW64) regsvr32.exe; start-SetupProcess -Name:"$regSvr32WOW" -Args:"/s /u `"$comClassFile`"" -Timeout:120000; }" was run: "Process execution failed with exit code 5.". Process execution failed with exit code 5.
操作系统是Windows 2008,使用集线器传输angular色运行Exchange 2010。 我已经卸载并重新安装了更新汇总(当前安装了4个,仅安装了4个)。 我已经卸载了Microsoft全文索引引擎。
这个服务器已经被replace,并且不是活的,但是它存在于有活动交换服务器的生产环境中,它只是没有被利用。
任何帮助表示赞赏。
试试这个: http : //support.microsoft.com/kb/951183/en
出现此问题是因为在尝试卸载Exchange Server 2007之前,DiagnosticCmdletController.dll文件意外地未被注册。
要解决这个问题,你必须通过regsvr32.exe注册该DLL。