inno setup - Git for Windows silent installation without "Credential Manager" -


i want install git (git-2.14.1-64-bit.exe example) using command line without setup credential.manager.

i've tried find options in https://github.com/git-for-windows/build-extra/blob/master/installer/install.iss.

any suggestion how using flags or environment variables?

based on replaychoice function , use in initializewizard event function, command-line switch should do:

/o:usecredentialmanager=disabled 

(or other value except enabled)


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -