My WSUS didn't sync properly with master Server. So I decided to deinstall an reinstall.
While installing I got this error:
MSI (s) (20:44) [17:46:20:465]: Executing op: CustomActionSchedule(Action=PERF_COUNTER_INST,ActionType=5138,Source=C:\Program Files\Update Services\Setup\HideConsoleApp.exe,Target=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe /LogFile="C:\Users\ggzadmin\AppData\Local\Temp\WSUSCa_130807_1745.log" /ShowCallStack /WsusInstall /CategoryMessageFile="C:\Program Files\Update Services\Common\EventCategories.dll " "C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll ",) MSI (s) (20:44) [17:46:31:135]: Note: 1: 1722 2: PERF_COUNTER_INST 3: C:\Program Files\Update Services\Setup\HideConsoleApp.exe 4: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe /LogFile="C:\Users\ggzadmin\AppData\Local\Temp\WSUSCa_130807_1745.log" /ShowCallStack /WsusInstall /CategoryMessageFile="C:\Program Files\Update Services\Common\EventCategories.dll " "C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll " CustomAction PERF_COUNTER_INST returned actual error code -1 (note this may not be 100% accurate if translation happened inside sandbox) MSI (s) (20:44) [17:46:40:748]: Produkt: Windows Server Update Services 3.0 SP2 -- Fehler 1722. Es liegt ein dieses Windows Installer-Paket betreffendes Problem vor. Ein Programm, das im Rahmen der Installation ausgeführt wurde, wurde nicht erfolgreich abgeschlossen. Wenden Sie sich an das Supportpersonal oder den Hersteller des Pakets. Aktion: PERF_COUNTER_INST, Pfad: C:\Program Files\Update Services\Setup\HideConsoleApp.exe, Befehl: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe /LogFile="C:\Users\ggzadmin\AppData\Local\Temp\WSUSCa_130807_1745.log" /ShowCallStack /WsusInstall /CategoryMessageFile="C:\Program Files\Update Services\Common\EventCategories.dll " "C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll " Fehler 1722. Es liegt ein dieses Windows Installer-Paket betreffendes Problem vor. Ein Programm, das im Rahmen der Installation ausgeführt wurde, wurde nicht erfolgreich abgeschlossen. Wenden Sie sich an das Supportpersonal oder den Hersteller des Pakets. Aktion: PERF_COUNTER_INST, Pfad: C:\Program Files\Update Services\Setup\HideConsoleApp.exe, Befehl: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe /LogFile="C:\Users\ggzadmin\AppData\Local\Temp\WSUSCa_130807_1745.log" /ShowCallStack /WsusInstall /CategoryMessageFile="C:\Program Files\Update Services\Common\EventCategories.dll " "C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll " MSI (s) (20:44) [17:46:40:767]: User policy value 'DisableRollback' is 0
and:
Eine transaktive Installation wird ausgeführt. Die Installationsphase wird gestartet. Die Protokolldatei enthält den Fortschritt der Assembly C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll. Die Datei befindet sich in C:\Users\ggzadmin\AppData\Local\Temp\WSUSCa_130807_1750.log. Assembly C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll wird installiert. Betroffene Parameter: wsusinstall = showcallstack = logtoconsole = assemblypath = C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll categorymessagefile = C:\Program Files\Update Services\Common\EventCategories.dll logfile = C:\Users\ggzadmin\AppData\Local\Temp\WSUSCa_130807_1750.log Die Leistungsindikatorkategorie WSUS: Berichterstattungswebdienst wird erstellt. Während der Installationsphase ist eine Ausnahme aufgetreten. System.OutOfMemoryException: Eine Ausnahme vom Typ "System.OutOfMemoryException" wurde ausgelöst. bei Microsoft.Win32.RegistryKey.InternalGetValue(String name, Object defaultValue, Boolean doNotExpand, Boolean checkSecurity) bei Microsoft.Win32.RegistryKey.GetValue(String name) bei System.Diagnostics.PerformanceMonitor.GetData(String item) bei System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String item) bei System.Diagnostics.PerformanceCounterLib.get_CategoryTable() bei System.Diagnostics.PerformanceCounterLib.CategoryExists(String machine, String category) bei System.Diagnostics.PerformanceCounterCategory.Exists(String categoryName, String machineName) bei System.Diagnostics.PerformanceCounterInstaller.Install(IDictionary stateSaver) bei System.Configuration.Install.Installer.Install(IDictionary stateSaver) bei System.Configuration.Install.Installer.Install(IDictionary stateSaver) bei System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState) bei System.Configuration.Install.Installer.Install(IDictionary stateSaver) bei System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState) Die Rollbackphase der Installation wird gestartet.
Because the problem comes from performance counters I tried to repair with: lodctr /r
But this didn't work. After searching with lodctr /q I found that the Gerdes ISDN card registered a performance counter.
After deinstalling this isdn driver I could reinstall wsus.
Perhaps there is a bug in the performance counter installer of wsus, too.