AutoUpdate Problem

Every time i have to give check for updates manually...it is not updating automatically .....please help me as possible

I'm going to need a lot more information. Tell me exactly what you're doing and exactly what the AutomaticUpdater is doing. Lastly, tell me what you expect the AutomaticUpdater to do.

You should know that when a user manually checks for updates (and the UpdateType property is set to Automatic) that the AuomaticUpdater only goes so far as preparing the update for installation. It doesn't forcefully shut down your app. Your update will be automatically installed on the next start of your application.

You can always forcefully install your update as soon as it has been prepared by using the ReadyToBeInstalled event.

i builded the latest version in wybuild and then when i open my application there is no updation of the latest version

so, for that latest updates i click the check for updates manually....i want that, it has to update automatically,for that what i have to do....

please help as possible

Well, like I said...

You should know that when a user manually checks for updates (and the UpdateType property is set to Automatic) that the AuomaticUpdater only goes so far as preparing the update for installation. It doesn't forcefully shut down your app. Your update will be automatically installed on the next start of your application.

You can always forcefully install your update as soon as it has been prepared by using the ReadyToBeInstalled event.

Also, the AutomaticUpdater doesn't check on every startup (and nor should it); it uses the DaysBetweenChecks property. Also, you should go through the step-by-step walkthrough. It tells you how you should use wyBuild, wyUpdate, and the AutomaticUpdater.