Chrome Setup.exe 在 Windows PC 上如何工作?

发布于 2024-11-28 13:17:34 字数 129 浏览 1 评论 0原文

Chrome 的安装过程非常顺利,我想在我自己的应用程序中模仿这种设置行为。

我如何在 .NET 中利用它?有什么限制?

.NET Framework 中是否有类似的 Microsoft 技术? (或与之相当)

Chrome has a very smooth installation process and I would like to imitate this setup behavior in my own application.

How can I leverage this in .NET? What are the limitations?

Is there any comparable Microsoft technology in the .NET Framework? (or comparable to it)

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

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

发布评论

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

评论(1

眼泪淡了忧伤 2024-12-05 13:17:35

安装程序是一个名为 Omaha 的开源项目,提供高级概述此处

最终,Chrome会安装到Windows Vista/7上当前用户的目录(即C:\Users),因此可以避免UAC提示。我不确定这是否是奥马哈的运作方式,或者这是否就是 Google 决定安装 Chrome 的方式。

The installer is an open source project called Omaha, with a high-level overview here.

Ultimately, Chrome installs to the current user's directory (i.e. C:\Users) on Windows Vista/7, so it can avoid the UAC prompt. I'm not sure if this is how Omaha works, or if that's just how Google decided to install Chrome.

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