santosh361 wrote:I am trying to install Cognos TM1 9.5.2 on Window8 server R2 Virtual Machine. After double clicking the setup.exe file it is giving me below error.
"Error 2738. Could not access VBScript run time for custom action."
We registered the vbscript.dll file but no luck.
How did you register the DLL vbscript.dll ?
As outlined in the IBM Technote 1483889 ?
https://www-304.ibm.com/support/docview ... wg21483889
Error 2738: could not access VB script runtime for custom action
Cause
This error message indicates that the VBScript engine is not currently registered on the machine where the install/uninstall is taking place.
Resolution
The VBScript engine can be quickly registered by following these steps:
1. Run Command Prompt as administrator
1.1 Start Menu -> All Programs -> Accessories
1.2 Right click on Command Prompt and select Run as administrator
2. If you are using 64-bit version of Windows:
Type cd %windir%\syswow64 into the Command Prompt and hit Enter
3. Type regsvr32 vbscript.dll into the Command Prompt and hit Enter
As outlined in the Nitro KB article Q10106 ?
http://kb.nitropdf.com/article.aspx?id=10106
Q10106 - ERRMSG: Error 2738. Could not access VBScript run time for custom action.
Resolution
The VBScript engine can be quickly registered by following these steps:
1. Run Command Prompt as administrator:
1. Start Menu -> All Programs -> Accessories
2. Right click on Command Prompt and select Run as administrator
2. Run the following command:
If you are using 64-bit version of Windows:
Type cd %windir%\syswow64 into the Command Prompt and hit Enter
3. Type regsvr32 vbscript.dll into the Command Prompt and hit Enter.
If the above solution does not work, try the following alternative steps:
If you are using 64-bit version of Windows:
1. Run Command Prompt as administrator:
1. Start Menu -> All Programs -> Accessories
2. Right click on Command Prompt and select Run as administrator
2. Type the following command in the prompt: reg delete "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f, then hit Enter.
3. Next, you must also type the following command: c:\windows\syswow64\regsvr32 vbscript.dll, then hit Enter.