I'm working on a WinForms application. I'd like to know if chrome is installed and if so, what version is installed. It is simple enough to see if it is installed. But what is the best way to get the version number programmaticlly?
For other browsers, I call FileVersionInfo.GetVersionInfo on the main executable. But google doesn't put the version number in the the meta data.