Keeping up to date with updates?

5

5

I really like keeping up to date with the latest updates for my software.

I have Windows set to automatically download and install updates. But what about my other programs?

How do I keep my 3rd-party software updated? Especially if it doesn't have a "check for updates" feature.

Edit:

Recently ran across this article which lists:

  • UpdateStar
  • Filehippo.com Update Checker
  • Update Notifier
  • Secunia PSI
  • SUMo

Travis

Posted 2009-07-15T15:24:55.407

Reputation: 2 125

Question was closed 2018-11-01T20:22:09.870

Answers

7

Some of your software might be listed on FileHippo. You could download their Update Checker, which will check for updates for your programs that they have listed on their website.

user83

Posted 2009-07-15T15:24:55.407

Reputation:

I went to check this out. They brag about it being lightweight and I like that :). I tried it out and it runs instantly and seems pretty cool. Good recommendation! – Chris – 2011-05-01T03:13:51.617

6

If you're 3rd party software has an RSS feed on their web site you can subscribe to their feed with a rss reader (i use google's). That way you can catch any headliners which hopefully will include any updates.

Joseph

Posted 2009-07-15T15:24:55.407

Reputation: 852

0

Secunia PSI notifies about updates to some applications, though the application itself can be somewhat annoying.

Scott

Posted 2009-07-15T15:24:55.407

Reputation: 1 143

0

The best one is Software Informer

ctzdev

Posted 2009-07-15T15:24:55.407

Reputation: 2 320

0

Ninite can not only install a number of programs unattended but it can also perform updates too. I simply run the installer every couple of weeks and everything I have installed gets updated.

On my parents computer I have a VBScript which waits a month and prompts them to update their software. They can press "No" and it'll defer for 48 hours. After 14 days, they can only press "Okay". At that point, Ninite runs and performs the updates.

In the future, I plan to tidy up and release the script - which will also include add the ability for it to close any running programs which might prevent an update occurring (and restart them afterwards) and also make it delete any additional icons which are added to the desktop during the update.

Richard

Posted 2009-07-15T15:24:55.407

Reputation: 4 197