Replies: 2 comments 4 replies
-
Great idea! I wonder about the best way to go about it, though, without breaking existing users' habits. Suggestions? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can override most defaults from the command line. See https://github.com/git-for-windows/git/wiki/Silent-or-Unattended-Installation |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there !
A bit of context : my company wants to have control over the deployed git versions on our computers, thus leading to build our own git deployment based upon a SCCM Package (InnoSetup /SILENT install). Upgrading the existing versions works fine but we'd like to also use this package for first time installations. So far we have trouble with the innosetup questions to the user (OpenSSL, Credentials Manager, LFS, default editor, ...). Silent installation defaults everything.
Feature proposal : instead of scripting the git config wizard into inno setup, makes a resident stand-alone binary/batch/posh script that would be started in post-config step (or anytime after that). The tool would ask/re-ask the user for the configuration choices.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions