How to integrate the Advanced Updater with my application

The Advanced Updater is a separate executable file included in your setup package by Advanced Installer. You can call it manually, with a shortcut or scheduled task for example, or you can write your own code that calls it like you would do with any other utility tool.

Updater integration is required if you want to have an option/link in your application that says "Check for updates" or if you want to automatically check and install updates for the users whenever they start or close your application.

The updater can be integrated with applications written in any programming language, as long as they are Windows applications. Browse the contents of this article to learn different integration scenarios.

Topics