Internet Explorer 7 Element Not Found

Problem
Line: 110
Char: 1
Error: Element not found
Code: 0
URL: http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx
Solution
Run "regedit", and go to
HKEY_CLASSES_ROOT \ TypeLib \ {EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B} \ 1.1 \ 0 \ win32
Edit (default)
C:\WINDOWS\system32\ieframe.dll
Code
Dim oShell

Set oShell = WScript.CreateObject("WScript.Shell")

oShell.RegWrite "HKEY_CLASSES_ROOT\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32\", "C:\WINDOWS\system32\ieframe.dll", "REG_SZ"