realbasic-nug
[Top] [All Lists]

Re: Downloading a new version when there is a update available on my sit

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Downloading a new version when there is a update available on my site?
From: Phil Mobley <phil at mobleybros dot com>
Date: Mon, 29 Nov 2004 16:26:56 -0800
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <1go1i6l dot 5apc4qbmez9sM%support at monkeybreadsoftware dot de>
On Nov 29, 2004, at 4:19 PM, Christian Schmitz wrote:

You could simply make a download like:

http://www.mydomain.com/files/updates/MyApp200.zip

The Number (200 for 2.0.0 in this case) is the current version number of
the application.

Better would be:

    http://www.mydomain.com/files/updates/MyApp.txt

Which contains the most recent version number, a tab separator and the link to the latest version. Your app would just check the version number and compare it with the version number running. If the version is newer, get it from the link after the tab.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>