Error 2738 is related with VBScript.DLL. when the DLL is not registered With Windows. Then you will have to face some problems.
This error indicates that the VBScript DLL is not properly registered on the Windows machine. You should be able to fix it it running the command
regsvr32 vbscript.dll
from a command prompt. Please let us know if this fixes the problem
If you dont run the command in administrator mode, you will get to come another error code..
[Window Title]RegSvr32[Content]The module "vbscript.dll" was loaded but the call to DllRegisterServer failed with error code 0x80004005.For more information about this problem, search online using the error code as a search term.[OK]
So, make sure you right click on the command prompt icon and select "run as administrator" before you attempt to run the command: regsvr32 vbscript.dll
Try START - ALL PROGRAMS - ACCESSORIES - COMMAND PROMPT and right-click on command prompt. That should give you the option to run as admin. on Windows 7 and Windows Vista.