-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git update-git-for-windows -y Popup #5255
Comments
Huh. https://jrsoftware.org/ishelp/index.php?topic=setupcmdline#VERYSILENT claims that the progress is suppressed. But maybe it is the uninstall progress bar (Git for Windows' installer will uninstall any previous version it found before installing the current version, to ensure that there are no left-over files)? But no, the uninstaller is called with The uninstaller is actually called with more options: Hmm. But now I see a problem:
This assumes that |
Thank you for taking the time to look at this ticket. I have also been looking at it and found a better or maybe the correct way to do what I want. So yes, I think trying to scrip this using Anyway, for anyone that finds this issue, I have the below solution. I have also worked out how we can detect when Git is installed to %LocalAppData%, uninstall is and reinstall it to "C:\Program Files\Git" so our system and manage and update Git all in one location. @dscho, I am happy to mark this as closed if you are. |
Setup
defaults?
to the issue you're seeing?
Install location: %USERPROFILE%\AppData\Local\Programs\Git\
Details
PowerShell 7
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Ok, so not an issue with more of a requested feature?
Long story short, we have hundreds of devices with Gt installed like this and we need a way to update them all silently. It would be nice if this works and no popups for the end users and I can deploy this script once a week or so just to check that devices are up to date.
The end users get a popup box saying Git is installing and I know for a fact some will just close/cancel this and not let Git update.
URL to that repository to help us with testing?
So I am only testing with an old version if I test with the latest version it won't try to update as it is the latest version.
The text was updated successfully, but these errors were encountered: