Brute Force Programming banner
MIDImage Hangman PushPix Other Programs Delphi Code (previous page) Site Map

NewMatic Web Update

Changes from v1.3 : fixed a teeny resource leak.

Drop the component on the form, set a few properties, have NMWUpdate.exe sitting somewhere on the path...and your application will be able to check for newer versions of itself over the Web.

Well, okay. There is more to it than that. But not much more... You'll also need a version-information file sitting on the web along with the newer versions of your application. Here's an example of the ver-info file's format:


Version=1.1.1.2
Download=http://www.genjerdan.com/pub/WebTest.exe
Path=<INSTALLDIR>
Run=<INSTALLDIR>\WebTest.exe

If no Run data is supplied, the default is the calling application.

The file uses directory specifiers much like InstallShield.

Subdirectories can be used with the directory specifiers, i.e. if the calling app is in C:\MyApp, then

Path=<INSTALLDIR>\Help

would download the file into the C:\MyApp\Help directory. For more detailed samples of how to use the version-information file, see the How-To page.


Obvious things, which I'll mention anyway


Component Properties

(design & run-time)

(run-time only)

Examples

Download

© 2004 Brute Force Programming
ALL RIGHTS RESERVED