我一直在想-一次单击即可如何安装Chrome浏览器?
http://www.google.com/chrome/eula.html?hl=zh-CN&brand=CHMB&utm_campaign=en&utm_source=en-ha-na-us-sk&utm_medium=ha&installdataindex=homepagepromo
它不是ClickOnce(行为不同),并且可以跨浏览器运行。有任何想法吗?
我一直在想-一次单击即可如何安装Chrome浏览器?
http://www.google.com/chrome/eula.html?hl=zh-CN&brand=CHMB&utm_campaign=en&utm_source=en-ha-na-us-sk&utm_medium=ha&installdataindex=homepagepromo
它不是ClickOnce(行为不同),并且可以跨浏览器运行。有任何想法吗?
Answers:
实际上是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的安装程序,然后依次为浏览器进行下载。