We write reg keys in HKLM and HKCU depending on what we are installing whether it is user specific or machine specific. As my IE6 update will be machine specific I am intending on writing a reg key to HKLM after the update but need to included the exceptions list in my script also.

There is only ever going to be a very small amount of exceptions so maintaining either the script or an INI file is not too much of any issue, its more deciding on the best one to use. I would like to use the script and/or reg keys where ever possible.

Grasshopper75