Add auto-update capability to your REAL Studio applications with only 2 lines of code!
Dim check As New VersionChecker("Updater", "http://www.logicalvue.com", GlobeLogo) check.CheckForNewVersion(True) |
Only $19.95 (full source code included with purchase)
Download the demo app:
(click to view in larger size)
Version History
1.4.0 (November 16, 2011)
1.3.1 (April 19, 2010)
1.3.0 (April 19, 2010)
1.2.0 (March 19, 2010)
1.1.0 (March 19, 2010)
1.0.0 (March 18, 2010)
Frequently Asked Questions
Q: Does UltraUpdater download and install the update?
A: UltraUpdater will download the update and start it for the user.
Q: Does UltraUpdater do an in-place install like Sparkle for Mac OS X does?
A: No, UltraUpdater does not do an in-place install. It simply starts your installer and then quits your app. You will need to create installers (Windows) or disk images (Mac OS X).
Q: Does UltraUpdater elevate privileges before starting the installer?
A: On Windows, UltraUpdater will ask to elevate privileges before launching the installer.
Q: What version of Real Studio UltraUpdater work with?
A: It will work with Real Studio 2010 Release 3 or later. If you want to use it with an earlier version of Real Studio (or RealBasic), you will need to change the TextFields to EditFields and Labels to StaticTexts.