According to this answer it seems that there is no official way to set a version for a Windows Service. However this can be done by inserting it into its Description
or DisplayName
.
I would like to be able to change that version number without needing to delete and reinstall the service. But I couldn't find a way to set the Description except for in the installation itself.
So, is there a way, and what is it, to change a Service's Description without reinstalling it?
Preferably using .Net. The Service itself is also .Net if that matters.