本文介绍了注册ActiveX控件时,有哪些方法可以覆盖用户访问控制(UAC)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在ASP.NET 2.0应用程序中,使用 ActiveX 控件。当用户第一次访问该应用程序时,他/她没有注册该ActiveX。应用程序显示弹出窗口以安装ActiveX 。当用户按照该过程进行操作时,会注册ActiveX并且应用程序会加载ActiveX以完成所需的任务。



Windows Vista,Win 7和Win 8 ,提示用户访问控制(UAC)允许在第一次安装ActiveX。即使用户也是管理员,也会发生这种情况。



安装ActiveX时,有哪些替代方法可以覆盖此UAC组件?

建议表示赞赏。

In an ASP.NET 2.0 Application, an ActiveX control is used. When user first time access the appliction and he/she did not have that ActiveX registered. Application show a popup to install ActiveX. When user follow the process, ActiveX is registered and application loads the ActiveX to accomplish desired tasks.

In Windows Vista, Win 7 and Win 8, User Access Control (UAC) is prompted to allow to install the ActiveX at very first time. This happens even if user is Administrator too.

What are alternatives to override this UAC component while installing ActiveX ?
Suggestions are appreciated.

推荐答案




这篇关于注册ActiveX控件时,有哪些方法可以覆盖用户访问控制(UAC)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 10:01