Hi there
I've always wanted to code a software update and even a virus scanner. Anyway first things first. Most software updators work better than others, for example whilst one will find nothing new on first run, others will find a lot of minor / major versions to update.
One thing for sure. There is a standard format of the information reported. 1. Product / App, 2. Company, 3. Version and 4. Update (whether its ok and not.)
Behind the scenes, are links of where to get the latest version kept.
Questions.
1. Where is all of this information obtained e.g. company, version and url link to download?
2. I assume some kind of db is kept on a server somewhere that compares installed versions and those available, if not, does an exe in windows contain such information to check or perhaps the registry?
3. If this feat is possible using B4J how can I go about making the concept into existence.
4. etc etc
Ta!