I've been using wyUpdate for a number of years now without any major problems, so first: thanks for this great piece of software 😀 !
You're welcome. 🙂
I'm currently creating an update for one of my software projects that introduces a windows service. I would like this to be installed/registered by WyUpdate. How can this be done?
It depends on the type of service. If it's an exe then it has way to install it that is specific to that exe. So, if you created the exe you'd know how to install it. If it's from a 3rd party then you'd have to ask them how to install the service.
but it would be better if the service would not be installed if the file doesn't exist.
Well, you could do that detection within the service itself.