
I did a bit of a search and found that the problem was due to either VBScript.dll and/or JScript.dll not being registered.
The following are the steps needed to register them
- Open a Command Prompt with Elevated Administrative Privileges
- Type the following to change the correct directory
- For 32 bit Vista
- c:
- cd \windows\system32
- For 64 bit Vista
- c:
- cd \windows\syswow64
- For 32 bit Vista
- Type regsvr32 jscript.dll
- Type regsvr32 vbscript.dll


If you received the following error messages.


It is because the command prompt in Step 1 was not run with elevated administrative privileges. To do this the easiest way is
- Click Start, All Programs, Accessories
- Right click on the Command Prompt and select Run as an Administrator
- Authenticate
1 comments:
Thanks for sharing. If you have problems with dll files, the best way to fix it is this website http://fix4dll.com/jscript_dll. Just download the file you need and add it to the system folder.
Post a Comment