Automatic Update and Self Restart Application?

Hello,I've downloaded the trial version and have a few questions before buying. I distributed some computers on which to run 24 hours information. These computers will automatically check for updates every 30 minutes and independently perform the updates. After a successful update, the computer will shut down the application and restart it. There should be no dialogue can be queried. How can I do that? Can you help me?Best regardsReiner

Use the AutomaticUpdater, if you're app is .NET. If you're not making a .NET app, then use wyUpdate to update your app and then you can launch your app after a successful update or after a failed update.

The other choice is to update your app from a service (or dummy service). See:

Thank you, Sam. How can I automatically restart my program (Application) cause after an update? I work with C#, .NET 4 and Visual Studio 10 Ultimate.

Reiner

If you use the AutomaticUpdater then the default behavior is to restart your app after an update. Just follow the step-by-step walkthrough.

Tell me if you have any questions after going through the walkthrough.

I have worked through the tutorial. I get only the message that the update was successful. My application I need to reboot after the update (update will be installed on next start). Can not this be done automatically or did I forget something? I'm looking for a fully automated solution.Reiner

To install immediately when the update is ready to be installed then handle the ReadyToBeInstalled event and call the InstallNow() function.

Thank you, Sam. We got it. This morning we bought the version.

Reiner

Great, I'm glad to have helped.