Could not access VBScript run time for custom action.

Asked By 10 points N/A Posted on -
qa-featured

I am trying to install Total Annihilation version 3.9.01 Beta Patch but I am getting fail because of the following error message which occurs at the mid of installation. Does anybody know about it?

Please help me regarding this issue.

Total Annihlation v3.9.01 Beta Patch Setup

Total Annihilation v3.9.01 Beta Patch Setup

Installer information

Could not access VBScript run time for custom action.

SHARE
Answered By 20 points N/A #176124

Could not access VBScript run time for custom action.

qa-featured

Hi Robert,

It seems like you do not have a registered version of the VBScript engine on the machine where you are installing Total Annihilation version 3.9.01 Beta Patch. You can register the VBScript engine by following these steps:

Start Menu -> All Programs -> Accessories Right click on Command Prompt and select Run as administrator If you are using Windows 32-bit version:

Run the following command:

Type CD %windir%\\system32 into the Command Prompt and hit Enter If you are using Windows 64-bit version: 

Run the following command: 

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

You also have another alternative solution for registering: If you are using Windows 32-bit version:

Run Command Prompt as an administrator:

Start Menu -> All Programs -> Accessories Right click on Command Prompt and select Run as administrator Type the following command in the prompt:

Reg delete \""HKCU\\SOFTWARE \\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\"" /f, then hit Enter. Next, you must also type the following command: 

C:\\windows\\system32\\regsvr32 vbscript.dll, then hit Enter. You should now be able to install your Total Annihilation version 3.9.01 Beta Patch.

If you are using Windows 64-bit version: Run Command Prompt as an administrator:

Start Menu -> All Programs -> Accessories Right click on Command Prompt and select Run as administrator Type the following command in the prompt:

Reg delete \""HKCU\\SOFTWARE\\Classes\\Wow6432Node\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\"" /f, then hit Enter. Next, you must also type the following command:

C:\\windows\\syswow64\\regsvr32 vbscript.dll, then hit Enter. You should now be able to install your Total Annihilation version 3.9.01 Beta Patch.

Related Questions