Results 1 to 7 of 7

Thread: Check for Update During Install

  1. #1

    Default Check for Update During Install

    I'm going to be putting one of my projects on CD.

    When they start the installation, I'd like the setup to check for a newer
    version of my software and offer to install it.

    Does anyone have an example of doing that? Or can someone point me to the
    right example?


    --
    Paul MacFarlane
    American Riviera Software Corp

  2. #2

    Default Re: Check for Update During Install

    No ideas on this?

  3. #3

    Default Re: Check for Update During Install

    Hi Paul,

    >> I'm going to be putting one of my projects on CD.
    >>
    >> When they start the installation, I'd like the setup to check for a newer
    >> version of my software and offer to install it.

    In order to do that I think you need to _first_ install it. The
    webdeploy uses registry settings that are added when the install runs,
    so I think you at least have to install the one on the CD, _then_ you
    can use the wupdate.exe to check for an update immediately after you
    install.

    Best regards,

    Arnór Baldvinsson
    Icetips Software
    San Antonio, Texas, USA
    www.icetips.com


    Subscribe to information from Icetips.com:
    http://www.icetips.com/subscribe.php

  4. #4

    Default Re: Check for Update During Install

    Paul,

    What Arnór said! Just initialize web update, then call the wupdate.exe
    client at the end of the installation (e.g. add a "Check for Updates"
    checkbox).

    Friedrich

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  5. #5

    Default Re: Check for Update During Install

    Thanks.,...

    Does seem like a waste to make the user go through installation just to do
    it again....

    The situation is I'm putting an installer on a CD and I can basically
    guarantee it'll be out of date by the time people install it.....

    I was thinking of ripping the code out of the webupdate project and adding
    it into the regular project (with some changes of course- not reference the
    registry for current version info, etc.).

    It would be a nice feature though.... <g>

    paul

  6. #6

    Default Re: Check for Update During Install

    Hi Paul,

    >The situation is I'm putting an installer on a CD and I can basically
    >guarantee it'll be out of date by the time people install it.....

    You could just install the wupdate.exe so it can go download and
    install the program. Maybe have an option in the CD install:

    Full Install
    Web Install

    Full install would do the regular install, but web install would do
    minimal install and then jump to the web to get the latest version.

    Alternatively you could figure out exactly what the install creates in
    the registry (or maybe Friedrich has it documented somewhere) - or you
    could figure it out from the wupdate script) and just update it in
    your script and then fire off to wupdate.exe

    Best regards,

    Arnór Baldvinsson
    Icetips Software
    San Antonio, Texas, USA
    www.icetips.com


    Subscribe to information from Icetips.com:
    http://www.icetips.com/subscribe.php

  7. #7

    Default Re: Check for Update During Install

    Good ideas...

    Thanks...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. weird install problem
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 6
    Last Post: 05-24-2006, 09:51 AM
  2. Best way to restore deleted files if install is aborted?
    By ljwilson in forum SetupBuilder 'How Do I' Questions
    Replies: 3
    Last Post: 04-20-2006, 08:56 AM
  3. A different kind of install
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 04-20-2006, 07:30 AM
  4. Cannot open and compress service file - error
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 6
    Last Post: 12-06-2005, 04:40 AM
  5. Progress Dialog and ...
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 9
    Last Post: 06-21-2005, 05:29 AM

Posting Permissions

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