简体   繁体   English

如何在Internet Explorer的安装窗口上设置ActiveX控件名称和链接?

[英]How to Set ActiveX Control name and link on the install window of Internet Explorer?

I created a ActiveX control using ATL, already package it with signature. 我使用ATL创建了ActiveX控件,并已将其与签名打包在一起。 I want to use it on the webpage, but at the install window the name is MyActiveX.cab with no link. 我想在网页上使用它,但是在安装窗口中,名称是MyActiveX.cab ,没有链接。 the MyActiveX.cab name can be changed by modifying the html page's tag codebase attribute. 可以通过修改html页面的标记代码库属性来更改MyActiveX.cab名称。 but the name is still format like "XXX.cab" with no hyperlink. 但名称仍为“ XXX.cab”之类的格式,没有超链接。

I find a activex control from chinese website has its own name and link: and its object tags are nothing different: 我发现中文网站上的Activex控件有其自己的名称和链接:其对象标记没有什么不同:

<object ID="CMBPB_OCX" 
CODEBASE="http://szdl.cmbchina.com/download/PB/pb50.cab#version=5,3,1,1" 
classid="clsid:F2EB8999-766E-4BF6-AAAD-188D398C0D0B" width="0" height="0">
</object>

图片


图片
(source: microsoft.com ) (来源: microsoft.com


the pic was taken from MSDN Pages , it has link. 图片来自MSDN Pages ,具有链接。

Really want to know how to Set the activex control name?

I try to get help from How to Set ActiveX Control Name , but still get stuck. 我尝试从“ 如何设置ActiveX控件名称”获得帮助,但仍然遇到问题。

I Signed the cab file and the activex dll file both , and don't know how to put the name and hyperlink in that window. I Signed the cab file and the activex dll file both ,并且不知道如何在该窗口中放置名称和超链接。

Did you sign both control and CAB file? 您是否同时签署控制文件和CAB文件?

It looks like you didn't sign the CAB file. 看来您没有签署CAB文件。 The installation dialog shows info from the CAB file signature. 安装对话框显示来自CAB文件签名的信息。 Or maybe signature is invalid... 也许签名无效...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 更改Internet Explorer的安全设置(初始化和未编写ActiveX控件脚本…) - Change internet explorer security settings(initaize and script activex control not maked …) Internet Explorer 在什么情况下无法正确卸载 ActiveX 控件? - Under what circumstances does Internet Explorer fail to properly unload an ActiveX control? 将“点击”消息发送到 Internet Explorer_Server 窗口链接 - Sending “click” Message to a Internet Explorer_Server window link Qt中的Internet Explorer窗口? - Internet Explorer window in Qt? 如何使用ActiveX控件在窗口/对话框中呈现HTML文件 - how to render html file in window/dialog box using activex control 如何注册 ActiveX 控件? - How to register an ActiveX control? 用于 Internet Explorer 闪烁的儿童 window - Child window for Internet explorer flickering 如何在 C++ 中的 WebKitX ActiveX 控件中设置单击事件 - How to set click events in WebKitX ActiveX control in C++ 如何防止在托管的Internet Explorer中打开新窗口 - How to prevent a new window from opening in hosted Internet Explorer 32位应用程序中的WebBrowser控件在window.open()调用上启动64位Internet Explorer - WebBrowser Control in 32bit app Launches 64bit Internet Explorer on window.open() call
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM