Updating Applications

One thing that really annoys me these days is applications which dont support automatic updating.

If you've written code to check for new versions (not exactly hard these day), not bothering to go the extra step and write the code that will download the new version for your user is just annoying. Even writing some extra code to optionally install the new version and restart it isn't exactly rocket science. Grrrr...