Here's an interesting question - when should you force automatic updates? I was thinking about application updates recently, how software like Google Chrome forces automatic updates, how Microsoft uses automatic updates but doesn't force them if you don't really want them, and how some leave it up to the user entirely.
One one hand, forcing automatic updates can be good, for reasons of:
- Security
- Stability
- Breaking changes happen for everyone at once
- No need to service older releases
- Everyone's got the latest and greatest all the time
- "I don't want to upgrade because I don't think I need to" whereas the user's judgement may be flawed in this case
Imagine if IE had forced automatic updates - the number of users who had hacked away in order to use IE6 would be so tiny we wouldn't have had any of the problems we did because of it (and still do and will for a small while longer).
On the other hand, forcing automatic updates can be bad:
- Might break things
- Some users feel it invades their privacy
- Using system resources the user might not have/want to use at the time
- "User knows best" (or do they?)
Do you think forced automatic updates are good or bad always? Or does it depend on the situation (I think we can all agree they are never ALWAYS good, but are they ALWAYS bad)? In what situations do you think they should be used?
CW'ed since I think this is fairly subjective.