You can just set the UpdateType to NONE and take over control of when the updates take place. So, if you want to skip and update you can do that.
Hi everyone,
I am using the AutomaticUpdater control in my WPF application. I was wondering if wyUpdate offers a way of ignoring updates based on their version number. Let's say that I have the following standard version number format:
Major.Minor.Build.Revision.
For each instance of my application I want to be able to ignore an update. For example, if a customer is only interested in major and minor releases, I want to ignore updates where only the third or fourth components have changed.
I am aware of the AutomaticUpdater's various events, but don't see a way of cancelling the process before downloading an update.
Any help in this matter is greatly appreciated.
You can just set the UpdateType to NONE and take over control of when the updates take place. So, if you want to skip and update you can do that.