"Git GUI" context menu entry for Windows 7 64 bit

Git for Windows doesn't seem to support the extra context menu entries for "Git GUI Here" (or "Git Bash Here") when running on 64-bit systems. Is there some other way I can get an entry for "Git GUI" to show up in the context menu so that it will open the commit interface with the current folder selected?

Edit

I saw the installer option and made sure it was checked, even reinstalled a few times. Also removed TortoiseGit and restarted the computer, but nothing seems to help. From what I could find online I got the impression you have to mess around with building and modifying msysgit yourself to get the context entries to work on 64-bit systems, which I'm not keen on doing.


Solution 1:

You can just type: regsvr32 "%PROGRAMFILES%\git\git-cheetah\git_shell_ext64.dll" in a console window (or use Win+R).

Solution 2:

Well I found a program called Open++ which lets you create custom context menu entries. Configure like so:

enter image description here

and then you can access in the Open++ submenu:

enter image description here

It's not quite as nice since it's in a submenu and it's always shown rather than only when you're in a repository, but it's better than having to choose your repository every time you start the gui.