nvidia_gpu_exporter icon indicating copy to clipboard operation
nvidia_gpu_exporter copied to clipboard

Create MSI installer

Open utkuozdemir opened this issue 4 years ago • 5 comments

Just like https://github.com/prometheus-community/windows_exporter does

utkuozdemir avatar Jun 12 '21 21:06 utkuozdemir

That would be really awesome, especially if it includes everything to setup a service, so one does not have to fetch all those dependencies.

namxam avatar Oct 20 '21 19:10 namxam

Yes, put it there to not forget about the idea. Would like to do it some time, but I'm not sure when or if ever I'll get to that.

utkuozdemir avatar Oct 24 '21 16:10 utkuozdemir

I refer to the msi packaging logic of windows-exporter, and use wix to realize the packaging and generate the msi format installation package in this pr #120 .

However, goreleaser does not seem to support the release of custom files, so I added a release-msi job to the workflow of github. I feel that some adjustments are needed here to adapt to the original compilation and release style. @utkuozdemir

lonewayren avatar Aug 25 '23 07:08 lonewayren

Thanks for the work, let's move the discussion to the PR.

utkuozdemir avatar Aug 25 '23 09:08 utkuozdemir

this may help https://www.reddit.com/r/golang/comments/7hr0cx/running_a_go_exe_as_a_windows_service/

lZzozZl avatar Mar 22 '24 11:03 lZzozZl