Cisco VPN on Windows 7 64bit

I just got to project, which is hosted on server, where the developers has to connect via Cisco VPN to upload stuff or access SSH. Problem is, that Cisco is unable to create client, which would run with no troubles on Windows 7 64bit!!! Solution is quiet simple:

When You download and start installation of the client (mine was: vpnclient-winx64-msi-5.0.07.0290-k9.exe), You can start installation, but in one of the first steps will error occur:

installation ended prematurely because of an error

Fix which worked for me was following:

  1. Delete whole registry key (better do backup first, by right-click this key and select Export): HKEY_CURRENT_USER\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}
  2. Start commnad line as an administrator and type: regsvr32 c:\windows\syswow64\vbscript.dll
  3. Start installation again and it should work
  4. Restart your machine after install when promted

You may also like