Hi, On Tue, 29 Jan 2008, Jan Hudec wrote:
> I'd like to call git (msysGit) from another application. And I would > like to avoid asking the user where it is installed. > > My best idea so far is reading: > HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Git_is1\InstallLocation > (I can also use DisplayName there for showing git version) My preference? To have no registry key at all; registry sucks. Instead, you could have it in the PATH. _That_ would be my preference. Hth, Dscho
