Option Git Bash Here (Rechtsklick) bei unbeaufsichtigter Installation hinzufügen

2255
EkremG

Ich will git leise installieren. Diese Maschine wird jedoch eine Entwicklungsmaschine sein. Also muss ich mit der rechten Maustaste auf "git bash here" klicken. Ich mache "git.exe / VERYSILENT", aber es lädt git als Standard. Was ist die Befehlszeile für git with git bash hier (rechte Maustaste)?

5

1 Antwort auf die Frage

3
Nathan Lee

You could use these options

git.exe /VERYSILENT /COMPONENTS="icons,ext\reg\shellhere,assoc,assoc_sh" 

I was able to piece together the options from looking at the code here: https://github.com/msysgit/msysgit/blob/master/share/WinGit/install.iss

Also, the commands for inno setup can be found at: http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline