+ Reply to Thread
Results 1 to 2 of 2

Thread: WebInstall

  1. #1
    Unregistered Guest

    Default WebInstall

    Regarding the web install feature:
    how are the update files deployed ? are they simply put on a webserver for access by the clients web installer by a certain uri ?
    if clients can have different versions of the base installation, could the web installer differ between them, e.g. for client do the upgrade, for client b refuse ? or to put it more general, is it possible to do incremental upgrades with the web install feature ?

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: WebInstall

    "Web Install" and "Web Update" are two different animals. I think you are talking about "Web Update" to add live Internet version updating to your program (like Symantech's LiveUpdate).

    Web Update consists of two separate components: a client-side executable that runs on the user's system and server-side "cluster" files.

    You install a small client application along with your software to give the option to check for newer versions of your applications. The client downloads the latest SetupScript (installation script) from your server to manage your software updates over the Internet.

    It's completely up to you what to do with client A and client B. You have full access to the SetupScript scripting language. If client B does not have installed YaddaYadda (your condition goes here) then refuse to update.

    Does this help?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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