Results 1 to 6 of 6

Thread: auto update

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    779

    auto update

    i'm thinking of trying to set up an auto update. basically it would work like this. check if current app file version is greater than file version in text file on server. if it is, close the exe and replace the old exe with the new version. any ideas or suggestion would be helpful. the only examples i found were for downloading updates from the web.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: auto update

    Are you looking to have this program, and the newest version, out on your local network somewhere as opposed to the web?

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    779

    Re: auto update

    yeah, exactly.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    779

    Re: auto update

    the program will be on the client computer and the new version will be in a network folder. i'm thinking i will have a update.exe that the program will run at startup. update.exe will check the program version against the new version of the exe on the network. maybe i will have a text file with the new version in it.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: auto update

    I did something similiar to this, but the clients had to actually run the Update program that was installed on their PC.

    When a new version was ready, I emailed them to run the update.

  6. #6
    Frenzied Member Campion's Avatar
    Join Date
    Jul 2007
    Location
    UT
    Posts
    1,098

    Re: auto update

    Quote Originally Posted by Hack
    I did something similiar to this, but the clients had to actually run the Update program that was installed on their PC.
    Another programmer I know does something similar. He has a MOTD show on start, and provides a message to let the user know if an update is available. After that, he uses a messagebox to check the user's preference to update or not.

    If the user clicked yes, then that user is sent to the website for the program where they could download the update.

Posting Permissions

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



Click Here to Expand Forum to Full Width