运行-services.msc- 禁用这个服务即可 Internet Connection Sharing (ICS)
取消网络连接共享
查看思科安装后自动生成的那个虚拟网卡是否被禁用
(推荐)修改注册表
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CVirtA
修改键值:DisplayName
为Cisco Systems *** Adapter for 64-bit Windows (从下图网卡属性里面复制出来)
此时,442的问题,绝大可能能得到解决,如果以上全部都没有解决,那请移步更高端的博客去寻找答案。
还有一个比较蛋疼的问题,有运行oracle的环境中的1720报错代码解决办法,以下为个人在大拿博客中摘录。 二、Cisco*** Client Error 1720问题的解决方法
【现象】: 安装Cisco*** Client的时候,中途出现“Error 1720 There is a problem with this Windows Installer package. A script required for this install to compelete could not be run. Contact your support personnel or package vendor.”的错误,然后程序无法安装。
而且使用多个版本的Cisco*** Client都会出现该问题。该问题还存在于Windows XP,和Vista的机器上。
【解决方法】
1.在命令行,到Cisco*** Client的安装目录下,以verbose日志输出模式执行安装程序: msiexec /i ***client_setup.msi /l*vx ***.log 回车,出现安装图形界面
2.点击进行安装,直到出现“Error 1720”错误。
3.在安装程序的文件夹中,找到 ***.log文件,打开。搜索““1720″ ”,找到确认一下是否是如下错误,如果是,则继续:
DEBUG: Error 2835: The control ErrorIcon was not found on dialog ErrorDialogInternal Error 2835. ErrorIcon,
ErrorDialogError 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action CsCa_GetLocalPrivName script error -2147217389, : Line 9, Column 1, MSI (s) (C8:F0) [16:33:01:984]: Product: Cisco Systems *** Client 5.0.03.0530 –
Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action CsCa_GetLocalPrivName script error -2147217389, : Line 9, Column 1
4.下载 Orca(Orca 是一款由微软提供的用于 Windows Installer 数据库表编辑器。可用来编辑 Windows Installer 数据库文件 (.msi) 文件,合并模块 (.msm) 文件。是修改和本地化 Windows Installer 数据库的最佳辅助工具。)并安装和运行。
5.对***client_setup.msi进行备份,然后用Orca打开***client_setup.msi
6.左侧的菜单中找到:CustomAction行进入,在右边列表中找到“CsCa_GetLocalPrivName”行,右键删除
7.左侧菜单中找到Property行,进入,然后在右侧表格中增加4行数据:
ROUP_INTERACTIVE : erveryone
GROUP_USERS:erveryone
GROUP_LOCAL_SYSTEM :erveryone
GROUP_ADMINISTRATORS: Administrators
8.保存文件,退出
9.执行***client_setup.msi
就可以安装成功了,皆大欢喜。
以下为我个人收集的大拿给ez***使用时遇到的问题总结的心得,这里班门弄斧了。
http://kong62.blog.163.com/blog/static/1760923052012111810836600/
http://wenku.baidu.com/link?url=8pGBpt_3sSY6zH6Z6tFhrbE6ONLgcx4TiVx4VT6K4gNoBViK4NQcpgb7iZaoer1jhy-MD38jtXdmQ6siOWfisbnX_5r3sikweVPpDUQD4UC
http://wenku.baidu.com/link?url=FRThuqtaHGx5D2qlx4Bc8kHawYnIxDcZsIrtg5mTBWUkpDirrokq9g3YhBTqiFfhuuWOTvguolmZA3vIvnckLvVWQj9h_cN504pCI8_OnQK
http://blog.csdn.net/superch0054/article/details/6251296
-----------------------------------------来自一家运营商的网工分享