Installing a new 15 user licence for Avast on a Windows 2008 RC2 32-bit server.
The install fails during the service install part and rolls back.
The log file that is relevant is found in C:\ProgramData\AVAST Software\Administration Console\Logs
10-01 09:14:07,892 [1] INFO Scheduler - Stopping the scheduler thread... 10-01 09:14:07,892 [1] INFO EntitiesInstaller - Creating native properties. 10-01 09:14:07,892 [SchedulerCacheMediator] INFO CacheMediator - Scheduler cache received shutdown signal. Flushing... [b]10-01 09:14:09,125 [1] INFO SbcServiceInstaller - Creating firewall exceptions. 10-01 09:14:09,156 [1] ERROR SbcServiceInstaller - Problem while installing the service.[/b] System.Runtime.InteropServices.COMException (0x800706D9): Creating an instance of the COM component with CLSID {304CE942-6E39-40D8-943A-B913C40C9CD4} from the IClassFactory failed due to the following error: 800706d9. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at Avast.Sbc.Service.FirewallWrapper.WinFirewallManager() at Avast.Sbc.Service.FirewallWrapper.AddPort(Int16 portNumber, String name, NET_FW_SCOPE_ scope, TLProtocol tlProtocol) at Avast.Sbc.Service.SbcServiceInstaller.Install(IDictionary stateSaver) 10-01 09:14:09,234 [1] WARN SbcServiceInstaller - Rolling back the installation
From this it appears that the Windows Firewall is the issue (lines in bold).
I’ll investigate that and see if I can trace the issue.
Tony