I am trying to make my ClickOnce application work cross-browser. I researched Google Chrome's installer (which behaves like a ClickOnce application BUT works on Chrome, Firefox on Opera) and it seems like google is using something called OneClick (from a script called gu_util.js) - is this proprietary Google technology?
Can I use it somehow for my application?
ClickOnce is not a Google Technology it's a microsoft technology (allow to launch exe on your machine)
How can Google Chrome be installed directly on webpage without ActiveX
If you want to use omaha in your app, the source is available under the Apache License 2.
Hope that's help