This link should take you to v5.0.28
http://tinyurl.com/version5-0-28I always try to keep all previous versions for times like these. This should give you v5.0.28.
However, I am still confused as to why someone wouldn't try a simple register .dll fix. It only takes a few seconds.
c:\windows\system32>regsvr32 vbscript.dll
1. Type Start -> Run -> cmd to open a command prompt.
2. Default is C:\Documents and Settings\username>
3. You will need to change this to this prompt:
4. c:\windows\system32>
5. At the end of the default prompt (your cursor will already be there) type >cd C:\ and hit enter (where > is the end of your original default prompt.
This will give you:
6. C:\>
7. Type cd windows (after the prompt where your cursor is) and hit enter.
8. This will give you C:\WINDOWS
9. Type cd system32 after the C:\WINDOWS> prompt. This will give you:
10. C:\Windows\system32> (which is what you want)
Now enter your command:
11. C:\Windows\system32>regsvr32 vbscript.dll
Hit enter. Done. All you are doing is registering an unregistered .dll file already on your computer. An unregistered vbscript.dll can keep installations from running properly.