Hi,
Does anyone know what Chrome does when you click on “About Google Chrome” to check for updates? As far as I understand the Omaha architecture, it runs outside of the applications it updates. So I am wondering how you can trigger the update process from your application and how you can monitor the download/installation process of a new version.
Thanks,
Oliver
interface IGoogleUpdate : IUnknown { // @param guid The guid for the app to be updated. // @param observer The eventing interface. HRESULT CheckForUpdate([in, string] const WCHAR* guid, [in] IJobObserver* observer); // @param guid The guid for the app to be updated. // @param observer The eventing interface. HRESULT Update([in, string] const WCHAR* guid, [in] IJobObserver* observer); };
--
You received this message because you are subscribed to the Google Groups "Omaha Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omaha-discus...@googlegroups.com.
To post to this group, send email to omaha-...@googlegroups.com.
Visit this group at http://groups.google.com/group/omaha-discuss.
For more options, visit https://groups.google.com/d/optout.