Hey there,
I'm trying to figure out the best way for an auto-update function. When the user clicks on the "CD-ROM button I want it to:
1) Check connection
2) Go to my site and check for new update ( If file exists, or download .txt file and insert info into variable?)
3) Download the correct file only if there is a new update available (from info gathered from new file name or variable?)
4) Start install of application.
It seems like there could be a lot of ways to do this, but I'm looking for the most solid way. It would be ideal if it didn't need to download anything to determine version info. That it would only download the correct version if a newer one was available. Let me know if you all have any ideas...
Thanks!
Protocol
I'm trying to figure out the best way for an auto-update function. When the user clicks on the "CD-ROM button I want it to:
1) Check connection
2) Go to my site and check for new update ( If file exists, or download .txt file and insert info into variable?)
3) Download the correct file only if there is a new update available (from info gathered from new file name or variable?)
4) Start install of application.
It seems like there could be a lot of ways to do this, but I'm looking for the most solid way. It would be ideal if it didn't need to download anything to determine version info. That it would only download the correct version if a newer one was available. Let me know if you all have any ideas...
Thanks!
Protocol
Comment