Comment whatever you like, but comment moderation is turned on. It might take some time for your comment to be published.

Sunday, July 11, 2010

Cisco VPN Internal Error 2738 on Windows 7

Installing Cisco VPN ver 5.0.04.0300 on my HP Mini 2140 running on Windows 7 proof to be tough. Taking almost half of my day to resolved this.

First problem, VPN just refused to install due to HP Mini 2140 screen resolution.
This can be resolved by using InstED It program ( http://www.instedit.com/download.html ) to modify the Cisco VPN installer. Install InstED, find "screen resolution". Edit the 800 x 600 resolution to 1024 x 576. Save & run the installer.


Second was the Internal Error 2738 message.
These works for me (thanks to the power of Net).

Run Command Prompt using Administrator mode.

Paste this command:

reg delete HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8} /f

Once the command succcesfully executed, paste this :

reg delete HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58} /f

Once the command sucessfully executed, paste this :

regsvr32 vbscript.dll

8 comments:

Christian Baesler said...

Thanks man, you have saved my day! Works fine!

dizzyguy73 said...

U r most welcome Christian

Unknown said...

Thanks man! It's those 2 registry entries which made the difference!

dizzyguy73 said...

Welcome man

Unknown said...

Monster... Thank you!!!
Moisés Rocha - Brazil.

Joao Menezes de Sequeira said...

It´s not workink on w7

Unknown said...

IF THE CLSID REGISTRY IS NOT PRESENT..HOW TO PROCEED?

dizzyguy73 said...

The command is to delete the registry key. If not present, skip to last step. Hope that helps.

Comment whatever you like, but comment moderation is turned on. It might take some time for your comment to be published.