Cloudmark Desktop Support
Knowledgebase Article
« Back to Knowledgebase
When I install Cloudmark Desktop, I see "Error 2738"
When installing Cloudmark Desktop for Microsoft Outlook 2007 on Windows Vista, you may see "Error 2738". If this happens, follow the instructions below.
For 32-bit Windows users:
- Perform a system-wide search for "vbscript.dll" on your computer.
Once you find it, make a note of the location, because you'll need it later. Usually, it's located in C:\Windows\System32, but this can change based on your version of Windows.
- Click the Windows icon (what used to be the Start button in Windows XP/2000/NT), select All Programs > Accessories.
- Right click on "Command Prompt" to open the pop-up menu.
- Select "Run As Administrator".
- Click "Continue".
- In the Command Prompt window, type "cd (path)".
So, for example,if the vbscript.dll file is located in the system32 folder as expected, you would type "cd c:\windows\system32".
- On the next line, type "regsvr32 vbscript.dll".
- Press the Enter key.
You should receive a confirmation that it was loaded without problems.
- Proceed with the Cloudmark installation.
For 64-bit Windows users:
- Perform a system-wide search for "vbscript.dll" and "jscript.dll" on your computer.
- Once you find it, make a note of the location, because you'll need it later. Usually, it's located in C:\Windows\Syswow64, but this can sometimes change based on your version of Windows.
- Open an elevated Command Prompt by clicking on the Start globe or button, choosing "All Programs", then "Accessories". Right-click on "Command Prompt" and choose "Run As Administrator."
- At the blinking cursor type in: cd C:\Windows\SysWOW64 and then press the Enter button on your keyboard (If your syswow64 folder is located somewhere else, type in the actual path.)
- At the blinking cursor type in: regsvr32 vbscript.dll (then press enter.) You should receive a message that the .dll was successfully registered.
- At the blinking cursor type in: regsvr32 jscript.dll (then press enter.) You should receive a message that the .dll was successfully registered.
At this point, you should be able to close the Command Prompt window and install Cloudmark Desktop.
If this does not resolve your issue, please do the following:
For 32-bit versions:
- Close Outlook.
- Click on the Start menu, choose Run, type cmd and click OK.
- Run this command: reg delete "HKCU\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
For 64-bit versions:
- Close Outlook.
- Click on the Start menu, choose Run, type cmd and click OK.
- Run this command: reg delete "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
Last updated: 2010-03-10 16:34:23
Keywords: Install, error, warning, dialog, failure, 2738
Back to the top