Hi,
I am using wydate for updating my software and its working perfect. Now I have few requirements from client regarding updating the software. My client wants to define exactly at which location updates will happen.for example my application V 2.0 is running at Location A,B and C. Now my client wants to define that only location A should be updated to version 2.1. Location B and C should stay on v 2,0
I am updating my software from code using Auto updater control. For now before checking for updates I am checking whether this location should be updated or not. If client has defined new version for location then only I am checking for updates using Autoupdater. If new version is not defined for location then wyupdate will not check for new updates. From code it is working fine.
But my question is if user directly runs wyupdate.exe then software at location will be updated without checking for new version availability which i don't want. I only want that software will only updates from code only.
Can you please help me on this so user cannot run wyupdate directly or any other suggestions
Thanks,