Why does this error happen? The vbscript.dll file needs to be registered with the system in order to work.
Follow the steps below and your problem should be resolved. If you are using Windows Vista 64bit you will also need to do step 5.
- Start Menu -> All Programs -> Accessories
- Right click on Command Prompt and select Run as administrator
- Type "cd c:\windows\system32" into the command prompt window
- Type "regsvr32 vbscript.dll"
- If you have Windows Vista 64bit you'll also need to type "cd c:\windows\sysWOW64" to change the 64bit directory and type "regsvr32 vbscript.dll" again.











