Results 1 to 9 of 9

Thread: Webinstaller - Check it's the latest version?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6

    Default Re: Webinstaller - Check it's the latest version?

    Hi Paul,

    I have uploaded a demo project for you.

    http://www.lindersoft.com/projects/W...ersionTest.zip

    You can use the following method:

    1. Use the "#create folder..." preprocessor to create the \Web subfolder
    during the compilation process.

    2. Use the "#edit ini..." to create a versioncheck.ini file which holds the
    version number.

    Always upload this versioncheck.ini to your server when you make a new
    installer available.

    3. Let the installer download this very small versioncheck.ini (30 bytes)
    and do a version comparison. If the version on the server does not match
    the "stub" version then display an error message and abort the installation.
    This is security software friendly.

    Of course, you can also let the stub check the version from your setup.exe
    file located on your server, but then you have to download the larger
    setup.exe (instead of the versioncheck.ini).

    Does this help?

    Friedrich
    Attached Images Attached Images   

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •