+ Reply to Thread
Results 1 to 10 of 10

Thread: Web Update

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. Default Web Update

    Is it possible to use WebUpdate for applications that are iistalled in the same client directory? It looks like the registry key (AppPaths) is based on the instal path and the wupdate.exe name.

    Otherwise maybe I could use a different EXE names for wupdate.exe ? If so, what would be the best way to handle that?

    Thanks,
    Steve

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

    Default Re: Web Update

    Steve,

    The system is based on a unique GUID (see General Information properties). So different products (in the same folder) should work fine (with the same wupdate.exe).

    Does this help?

  3. Default Re: Web Update

    Wow, that was a fast answer!

    I was just reviewing the implementation in wupdate.sb5 and it looks like it retrieves the GUID based on the AppPath. How does wupdate.exe know which instllation to update? Can I pass a parameter to force the GUID? Or am I misunderstanding something? Which could entirely be he case

    Thanks,
    Steve

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

    Default Re: Web Update

    My answer was fast, but I fear it was not correct <g> I have to check this and get back to you.

    I'll give you a correct answer tomorrow morning...

    A very Merry Christmas!

  5. Default Re: Web Update

    Not a problem
    Merry Christmas to you as well!

    Great product by the way!

    Steve

  6. Default Re: Web Update

    >> I'll give you a correct answer tomorrow morning...


    I can wait, no hurry especially on Christmas

    Steve

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

    Default Re: Web Update

    Hi Steve,



    My answer was "half correct". By default, one wupdate.exe can only live update one application in one specific folder. To update the second application, please do is the following:

    1. From within the \Lib folder, copy wupdate.exe into wupdate_product2.exe

    2. You have the following in your script:

    Include WebUpdate Client "[SB5_LIB]\wupdate.exe"

    Please change this to:

    Include WebUpdate Client "[SB5_LIB]\wupdate_product2.exe"

    BTW, you can use the above method for product3, product4, etc.

    Does this help?

    Thanks,

  8. Default Re: Web Update

    Thanks for your help, that should do it. Thanks, Steve

  9. Default Re: Web Update

    OK, we're getting closer. The problem is the regkey is still pointing to WUPDATE.EXE and not the newly named WUPDATE_PROG1.EXE, etc. When WUPDATE_PROG1.EXE executes it cannot find it's regstry entry and fails. If I manually create the registry entry using the WUPDATE_PRG1.EXE value entry it works fine.

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

    Default Re: Web Update

    You are right. This will be changed in the next build. Thank you for bringing this to my attention.

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Web Update
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 7
    Last Post: 10-03-2006, 04:41 AM
  2. SetupBuilder 5.5 Update Information [July 11, 2006]
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 07-13-2006, 07:04 AM
  3. Configure iDeploy Web Update
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 05-17-2006, 02:36 AM
  4. Web Update Issues?
    By Unregistered in forum SetupBuilder
    Replies: 2
    Last Post: 11-14-2005, 09:48 AM
  5. SetupBuilder 5 (beta) Web Update feature "update"
    By linder in forum SetupBuilder
    Replies: 0
    Last Post: 10-04-2004, 05:15 AM

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
  •