使用 ClickOnce for Web 制作部署 ActiveX 控件

发布于 2024-10-07 21:35:58 字数 152 浏览 0 评论 0原文

我需要使用 ActiveX 通过 Web 部署我们的 ActiveX 控件(两个 .dll 文件)。我发现使用 ClickOnce 部署 .NET 应用程序非常简单,只需要在 VS 中单击“构建”->“发布”,但我找不到如何使用 ActiveX 进行部署。

谢谢,罗马

I need to make deployment our ActiveX control(two .dll files) through Web with using ActiveX. I saw that deployment .NET application with using ClickOnce is very easy, just need in VS click Build->Publish, but I can't find how I can make it with ActiveX.

Thanks, Roman

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃素的狼 2024-10-14 21:35:58

这是不可能的,ClickOnce 的要点是不以任何方式更改目标计算机的配置。与使 ActiveX 组件正常运行所需的条件恰恰相反,它必须注册,并且需要使用管理员帐户更改注册表。

That's not possible, the point of ClickOnce is to not alter the configuration of the target machine in any way. Quite the opposite of what is required to get an ActiveX component functioning, it has to be registered and that requires altering the registry with an admin account.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文