|
-
Sep 11th, 2006, 05:56 AM
#1
Thread Starter
Lively Member
[2005] Check for program updates?
Just wondering, lots of programs have the function that on load, it will automatically check for updates and notify you if there is a newer version out! How can I do this?
Cheers!
-
Sep 11th, 2006, 06:51 AM
#2
Re: [2005] Check for program updates?
They usually check for the setup file over the Internet, if the file's creation time is newer than it's own, it knows there is a new version [that's just one way].
[Another way] you might publish versions table (DB) to the public and check from the client app using a web-service
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Sep 11th, 2006, 09:35 AM
#3
Thread Starter
Lively Member
Re: [2005] Check for program updates?
hmm, i see! but how would i proceed if i want to check the file creation time?
Code example?
Cheers!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|