|
Added 03/05/10 RS/SS
Article ID#: KWin0120
Error 2738. Could not access VPScript run time for custom action.
Return to Index
Issue: Error 2738. Could not
access VPScript run time for custom action. This error message indicates
that the VBScript engine is not currently registered on the machine where the
install/uninstall is taking place.
Solution: Try these steps in elevated mode:
- Run Command Prompt as administrator
- Select Accessories from Start Menu -> All Programs .
- Right-click on Command Prompt and select Run as administrator.
- If you are using 32-bit version of Windows, type cd %windir%\system32
into the Command Prompt and hit Enter.
- Type regsvr32
vbscript.dll into the Command Prompt and hit Enter.
- Type
regsvr32 jscript.dll into the Command Prompt and hit Enter.
|