Hi all, I'm progressing on qgit installer for windows, I have switched to MSVC for compiling Qt4 and qgit sources and I have to say that first results are very good, qgit.exe now seems to work without problems or artifacts and the speed is much more similar to what we achieve under the Linux platform (read much higher). So it seems Qt+mingw is not the _best_ possible solution. Anyhow, under Vista you cannot simply copy qgit.exe in the git directory (OS barfs regarding some administrative rights, note that *I am* the administartor!), so to make qgit.exe work git.exe file must be in PATH. To easy the user and allowing to call qgit.exe double clicking on a nice desktop icon I need a way to know where git.exe is installed *at runtime*. So my question is: "What is the preferred way to detect git directory at runtime for msysgit files?" - environment variable ?? - windows registry ?? - others ? I don't plan to use the cygwin version of git but going directly to the "long term" solution that is msysgit. Thanks for your help Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html