Hi All,
None of the following has been attempted - I have no idea if it's possible, or, for that matter, where to start. I'm presenting a hypothetical scenario for a project I'd like to attempt.
Situation: I provide a windows service to a remote client (customer), where they install the service on their server.
Issue: Somewhere down the road there's a bug in the service. I need to provide a fix without providing a brand new version of the service to the end user (where they uninstall the old, buggy version and install a new one).
Questions: Is it possible to have the remote user restart the service and, upon starting, have the service detect that an updated version of an assembly, or a new assembly is available that fixes the bug(s). In other words, can a service detect updates somewhat like a click once application? I have a feeling that this is not possible. If it's not, do you have any other suggestions?
I appreciate your help.
Thanks, Tyler