I'm using https://github.com/kardianos/service to implement service installation/start/stop into my Go project, as I want to run it as a daemon.
The sticking point here is that I want to use something like Wix to create an msi installer for my service. My issue is that the documentation and several articles online seem to contradict each other.
How would I go about using Wix (or any other provider) to create an installer for my service?