谷歌 OneClick 技术

发布于 2024-10-16 23:42:45 字数 220 浏览 1 评论 0原文

我正在尝试使我的 ClickOnce 应用程序跨浏览器工作。我研究了 Google Chrome 的安装程序(其行为类似于 ClickOnce 应用程序,但可以在 Chrome 上运行,在 Opera 上运行 Firefox),看起来 google 正在使用名为 OneClick 的东西(来自名为 gu_util.js 的脚本) - 这是 Google 专有技术吗?

我可以以某种方式将它用于我的应用程序吗?

I am trying to make my ClickOnce application work cross-browser. I researched Google Chrome's installer (which behaves like a ClickOnce application BUT works on Chrome, Firefox on Opera) and it seems like google is using something called OneClick (from a script called gu_util.js) - is this proprietary Google technology?

Can I use it somehow for my application?

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

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

发布评论

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

评论(1

伴随着你 2024-10-23 23:42:45

ClickOnce 不是 Google 技术,而是 Microsoft 技术(允许在您的计算机上启动 exe)

如何在没有ActiveX的网页上直接安装Google Chrome

Chrome 使用 google 的 omaha 项目,该项目是一个使用 clickonce 来引导通用安装程序引擎的系统。然后,该安装程序用于安装 chrome(他们也将其用于 Google 地球)。

如果您想在应用程序中使用 omaha,可以在 Apache License 2 下找到源代码。

希望对您有所帮助

ClickOnce is not a Google Technology it's a microsoft technology (allow to launch exe on your machine)

How can Google Chrome be installed directly on webpage without ActiveX

Chrome uses google's project omaha, which is an system that uses clickonce to bootstrap a generic installer engine. That installer is then used to install chrome (they also use it for Google Earth).

If you want to use omaha in your app, the source is available under the Apache License 2.

Hope that's help

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