Autoupdater   >   AutoUpdater
AutoUpdater is a utility can be implemented for any Omnis Studio application. AutoUpdater can be used by developers to simplify and automate the process of updating runtime clients with newer release files of any Omnis Studio application which the developer creates.
AutoUpdater is a single Omnis Studio library. The AutoUpdater library is unlocked. All of the AutoUpdater code is good old Omnis Studio code which developers can read, step through, and if necessary debug.
AutoUpdater supports serving newer release files on:
Runtime clients can specifiy:
Developers can specify:
Developers upload files to their AutoUpdater files server and prepare an AutoUpdater library for their specific application and client. The AutoUpdater library is shipped to the runtime client. When the AutoUpdater library is opened it immediately downloads and installs the packages and files included with the application and then opens the application.
Newer release files are uploaded to the files server by the developer. The runtime client AutoUpdater library checks the file server for new updates and if found, downloads and installs the newer version files on the client's computer.This manual begins with a
The more detailed documentation is after the which will take you through the basics of setting up to work with your Omnis Studio application. . You should scan through the after you complete the to get a deeper understanding of AutoUpdater and to learn about the advanced features of AutoUpdater.