-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Arduino doesn't uninstall silently. #4122
Comments
I'm sorry, we don't support silent uninstalls at the moment. We tried making silent Installs, but that failed too because Windows want to ask you permission for installing drivers, no matter what CLI params we use |
I may be able to help with the silent installation of drivers if this could resolve the issue with silent uninstalls. Our organization can silently install the drivers using a script, but we will need silent uninstalls. |
@ffissore it looks like there are two issues with regards to installing drivers. In order to silently install drivers, they have to be a trusted publisher. You can do the following:
Unfortunately in my testing with 1.6.7, your SHA2 certificate "Arduino SRL" is not allowing this to silently install on Windows 7 64-Bit. All drivers issued with "Arduino LLC" will install silently if the certificate is a trusted publisher. I'm beginning to think that this is a bug in Windows 7 and I cannot seem to find much documentation on silently installing SHA2 signed drivers. This is the closest information I can find: |
I want to uninstall arduino silently, by running the uninstall.exe, with the parameter /S, in commado prompt.
When I do this, it still prompt if I am sure that I want to do this, since it will delete everything in the arduino directory. I need it, to not do this, since it is not "silent". Or, there should be a way, so force uninstall, so it just does it, after being told, without any issues.
The text was updated successfully, but these errors were encountered: