I was using the Avast Pro 4.8 (Business Protection), and i’m trying to migrate to the new version (Avast Business Protection 6). I removed: Avast Manager & Avast Management Tools from my Control Panel.
I’ve received my new license file. And i’m trying to install the new BP.
I ran the setup wizard “setup_console_bp.exe”, and check that i have all the prerequisites mentioned in the Wizard. Ok, everything’s right.
Continuing the instalation, the wizard show a error “Error 2738 - Could not access VBScript run time for custom action.”. And it ends here. I just cant install it!
I need to install it very urgent, cuz i removed my Avast Console 4. And now i just can’t manage my Avast Clients.
I search for some help in Google, but everything that is mentioned in every topic is:
If you are using 64-bit version of Windows:
Run Command Prompt as 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.
This doesn’t work to me. I’m using a Windows Server 2008 R2, 64 bit version.
Go to the Start Menu and click on Run.
Type CMD on Run Search Bar to start Command prompt.
Type cd %windir%\system32 and press Enter.
Type regsvr32 vbscript.dll and press Enter.
Type regsvr32 jscript.dll and press Enter.
Check also the 32bit key:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID{B54F3741-5B07-11cf-A4B0-00AA004A55E8}
To make it clear: the keys
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{B54F3741-5B07-11cf-A4B0-00AA004A55E8}
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID{B54F3741-5B07-11cf-A4B0-00AA004A55E8}
MUST exist. They should contain InprocServer32 subkey with default value C:\Windows\system32\vbscript.dll (or C:\Windows\SysWOW64\vbscript.dll)
while corresponding keys in HKEY_CURRENT_USER MUST NOT exist.
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID{B54F3741-5B07-11cf-A4B0-00AA004A55E8}
the default value in InprocServer32 was
C:\Program Files\Alwil Software\Avast4\AvAScr.dll
Had to change it to C:\Windows\SysWOW64\vbscript.dll
Also had to change permission to give full control to administrator.