Skip to content

Instantly share code, notes, and snippets.

@lennybacon
Last active August 8, 2018 09:21
Show Gist options
  • Save lennybacon/b268279a1d61dd86e5162c493b15d728 to your computer and use it in GitHub Desktop.
Save lennybacon/b268279a1d61dd86e5162c493b15d728 to your computer and use it in GitHub Desktop.
Git unattended installation file
;CREATE .\Git-2.12.2.2-64-bit.exe /SAVEINF="C:\Users\USERNAME\Desktop\git.inf"
;USE .\Git-2.12.2.2-64-bit.exe /LOADINF="PATH\TO\YOUR\INF.inf"
[Setup]
Lang=default
;Dir=C:\Program Files\Git
Group=Git
NoIcons=0
SetupType=default
Components=gitlfs,assoc,assoc_sh,consolefont
Tasks=
EditorOption=VisualStudioCode
PathOption=Cmd
SSHOption=OpenSSH
CURLOption=WinSSL
CRLFOption=CRLFAlways
BashTerminalOption=ConHost
PerformanceTweaksFSCache=Enabled
UseCredentialManager=Enabled
EnableSymlinks=Enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment