VBScript for IE patches – MS08-078 / KB960714
This is a very simplistic VBscript I hacked together to help deploy the patches for MS08-078 / KB960714. In brief it checks the registry to see if Internet Explorer version 6 or 7 is installed and then runs the appropriate updater.
Things you should know:
Automatic updates will probably do this for you
The script does no error [...]