December 7, 2011 – 6:58 pm | 16 Comments

3CX is pleased to announce a new release of 3CX Phone System 10, build 22686. Service Pack 5 fixes numerous 3CX Wallboard issues and also adds a new and important caller ID feature. To download …

Read the full story »
Releases

3CX Product Releases

VoIP How To

Technical tips to run your VoIP PBX more efficiently

Events

3CX Trainings and Webinars around the world

Docs & FAQ

3CX Documentation how to and FAQ

Phone configuration

3CX, Aastra, Cisco, Yealink, Grandstream, Polycom configs

Home » Docs & FAQ

Error 2738 VBscript error during installation

Submitted by on March 9, 2009 – 10:22 pmNo Comment

Error 2738. Could not access VBScript run time for custom action.

This error usually appears on a system during some installations because Visual Basic Script (VBScript) is not installed or has been disabled. Make sure VBScript is installed, turn off script blocking in anti-virus and personal firewall software, reregister VBScript, and then run the installation again.

This guide will show how to register Visual Basic Script (VBScript) on your computer based on what type of architecture you are running Windows on.

.

To fix this issue you need to register VBScript on some machines. Follow these steps:

  1. Run Command Prompt as administrator
  2. Start Menu -> All Programs -> Accessories
  3. Right click on Command Prompt and select Run as administrator
  4. Based on your operating system do the following:
    On X86 Operating Systems : 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

    On X64 Opearting systems: If you are using 64-bit version of Windows:

    • Type cd %windir%\syswow64 into the Command Prompt and hit Enter
    • Type regsvr32 vbscript.dll into the Command Prompt and hit Enter

Comments are closed.