CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2009
    Posts
    23

    Question Ho to do for automatic updates

    Hi,

    I'm interesting into take knowlege on automatic updates procedure online.

    I think that one way to do this is to put the update package on the server and give the program the possibility to check for updates. Then, the end user can choose to download it or no.

    Another way is give the program the possibility to check, at regular time interval (one week, one mounth) for updates and ask the end user if he want download it (or no).


    Can you suggest me documents and/or software examples that do this ?

    Thanks in advance

  2. #2
    Join Date
    Sep 2009
    Posts
    4

    Re: Ho to do for automatic updates

    This is a problem with used software , isn't it ?
    Second, if you leave it in the server and raise a banner on the client everytime there is needs of download, how sure are you that the client will do it ?
    Your software is the only "must" ?

Tags for this Thread

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

Featured