Google Chrome安装程序如何工作?


Answers:


9

实际上是ClickOnce。

 function installViaClickOnce(opt_navDocument) {
    queueThankyou(10000, '\x26clickonceinstalled=', opt_navDocument);
    downloadInstaller(areStatsEnabled(), _GU_buildClickOncePath, "/update2/installers/clickonce/GoogleInstaller_en.application");
    showThrobber(true);
 }

Google的ClickOnce应用程序将安装Chrome的安装程序,然后依次为浏览器进行下载。


7

实际上,它确实是由ClickOnce安装程序引导的。它使用ClickOnce将其组件安装到计算机上,然后通过下载的组件安装其余的chrome。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.