Installation Error 2739 on Vista
I was installing a new program on my Vista machine and received the following error message.
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
You will receive the following messages if successfully registered.
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
When you have successfully registered the DLLs you should have no problems re-running the installation and having installing it correctly.









hi,
dopod