Chrome Setup.exe 在 Windows PC 上如何工作?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装程序是一个名为 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.