Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can Google Chrome be installed directly on webpage without ActiveX [closed]

Does it have a magic?
When I click download button on the webpage, then Google Chrome is downloaded and installed.
It doesn't use ActiveX. And it doesn't even require UAC window in the Vista or later.
How can it be possible?

Please let me know how to make this.
I'd like to make my programs like this.

like image 838
Benjamin Avatar asked Jun 11 '11 12:06

Benjamin


1 Answers

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.

like image 104
Philip Rieck Avatar answered Sep 18 '22 01:09

Philip Rieck