Unable to start Service with WiX Installer
问题 I'm trying to do a WiX installer with a service install for my C# project. It's the first time I try and I don't understand why it doesn't work. I have set a ServiceInstall but when I run the setup, I'm blocked in this page : After a few seconds I got the error : I created the WiX install from a Visual Studio Installer with the same parameters. There is the code : <Product ... /> <Feature Id="ProductFeature" Title="$(var.product)" Level="1"> <ComponentRef Id ="MyService"/> </Feature> <UIRef