On 29 Jan 2008, 17:19, Johannes Schindelin napsal(a):
> 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.
That's stored in registry as well. You see, there's no escape from the
Registry curse under Loosedows.
Besides, the default is still /not/ to install git in PATH...
Anyway, I'll take this as good enough.
--
- Jan Hudec <[EMAIL PROTECTED]>