I created a program using qtservice called User Log Service. I can't figure out how to install the service onto the computer. I'm pretty sure I've built it right, but without installing it I can't test it. From what I've read you can't run a service in debug mode. I've never done this before. I looked online and the only thing I can find is to use InstallUtil in admin command line. I tried running InstallUtil from windows but I get System.BadImageFormat exception: could not load file "...\UserLogService.exe" or one of its dependencies. The module was expected to contain an assembly manifest. It's a very simple program with just your very basic libraries.