To all,
I found a solution to the problem at
http://blog.tiensivu.com/aaron/arch...-update-Reset-your-registry-permissions!.html
I was able to successfully install the update and fix several other issues.
The problem apparently was that the registries permissions and ownership were
corrupted. Every time I tried to take ownership or change the permissions of
the root keys I would get an error message on the sub keys. I tried
changing the individual keys, one at a time, but there were too many that
needed to be changed. I found a post that gave me the solution.
First, I sent a restore point, then I downloaded from Microsoft and
installed Subinacl. Then I saved the attached commands in a file called
‘reset.cmd’, which I then ran as an Administrator.
cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f
subinacl /subdirectories %windir%*.* /grant=administrators=f /grant=system=f
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
It took some time to reset all of the registries, about 30 minutes. When I
rebooted my computer it loaded Vista faster, and the installs went smoothly.