Jump to content

Recommended Posts

Posted

I have managed to get Arduino to install silently as a startup script. However, I keep getting the prompt to trust the USB driver. I have found that there is a hotfix KB: https://support.microsoft.com/en-us/kb/2921916

 

I can install the hotfix silently before the Arduino install but can't successfully force a reboot between the msu and Arduino.exe /S. The reboot happens at the end of the install script after Arduino install runs, so I keep getting the trust driver prompts.

 

Any ideas?

M

  • 1 month later...
Posted

First install drivers on a computer

extract certificates

 

then in a script

 

certutil.exe -addstore TrustedPublisher "\\your\share\location\TrustedCert\ArduinoLLC.cer"

certutil.exe -addstore TrustedPublisher "\\your\share\location\TrustedCert\ArduinoSRL.cer"

 

or you can use a gpo to import certificates.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...