MBS REALbasic Updater Kit is a software that helps you in add an automatic update feature to your application.
Here are some key features of "MBS REALbasic Updater Kit":
· Crossplatform update engine for Mac OS X and Windows.
· Full Source code access.
· Using Sparkle on Mac OS X for updating and our own code for Windows.
· Includes all code and help to setup Sparkle for Windows.
· Includes script file for Inno Setup engine. (you can use others if you like)
· Using digital signatures on Mac and MD5 Checksum on Windows to ensure download integrity.
· Includes generator for XML file for your server and code to parse this file and find newer versions.
Requirements:
· MBS REALbasic Complete License
· REALbasic 2008 or newer (maybe work with older versions, but not tested)
What's New in This Release: [ read full changelog ]
· Updated Windows dialogs to look more like Sparkle.
· Added more localization.
· Added TestWindowsOnMac property so you can test Windows Update on Mac.
· Added ApplicationName parameter for the Init method so you can pass a localized application name. If you pass no name, we take it from the application file name.
· Added support for redirects on the appcast.xml and the installer download. Up to 5 redirects are followed before an error is displayed.
· Added new Build Step tool and example.
· Changed placement of updater window to be centered on main screen.
· Improved application size by using more conditional compiling.