Deploying Windows Service through group policy fails with Event ID 102
- by Sören Kuklau
I'm trying to deploy a custom Windows Service (written in C#; installed through a VS setup project) using a group policy. To help debug this, I also have two additional MSIs in the same policy. All three packages are deployed as a machine policy, not a user one.
On one machine (runs Windows Server 2008; no UAC), all three deploy fine. The service…