Are you asking if the AutomaticUpdater prevents the end-user from manually checking multiple times a day? If so, then the answer is no. You'd have to do that programmatically in your own code.
Is there proporty that I can ensure autoupdater checks only once in a day?
Are you asking if the AutomaticUpdater prevents the end-user from manually checking multiple times a day? If so, then the answer is no. You'd have to do that programmatically in your own code.
no not the user.
When the program starts automatic updater checks automaticly...
if I restarted my app 20 times it requests 20 times. I want to decrease that...If that day it checked it should check tomorrow in my case
Set the DaysBetweenChecks to something other than 0.
I set the DaysBetweenChecks to 1. But everytime I open restart the app I see it "checking updates"
I guess I need another property...
It sounds like you're calling ForceCheckForUpdate(). Don't. Not if you want to the AutomaticUpdater to check for you.
hi again,
I do not call that method.
update type property has value automatic AutoUpdater.UpdateType = UpdateType.Automatic
I want it to automatically check... but if it checked for today it should check for it tomorrow the next time. ,if I open the app autocheck should occur "one a day"
The AutomaticUpdater doesn't show anything if it automaically checks and you're up-to-date. My guess is it's running, but you just don't know it. (Handle the events to see for sure).