Scenario:
A WCF service running as a Windows Service. Account is \"User\".
What is done:
I have overridden th
Now that .NET 4.0 is here:
serviceInstaller1.StartType = ServiceStartMode.Automatic; serviceInstaller1.DelayedAutoStart = true;