I want to install git (Git-2.14.1-64-bit.exe for example) using command line without setup credential.manager.
I've tried to find options in .
Any suggestion how to do this using flags or environment variables?
1 Answer
Based on ReplayChoice function and its use in the InitializeWizard event function, this command-line switch should do:
/o:UseCredentialManager=Disabled (or any other value except for Enabled)