Skip to content

Arduino Drivers silent install - On Windows XP #9669

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

Closed
marianvoicu2002 opened this issue Jan 27, 2020 · 4 comments
Closed

Arduino Drivers silent install - On Windows XP #9669

marianvoicu2002 opened this issue Jan 27, 2020 · 4 comments
Labels
Drivers Drivers used to support Arduino boards on the computer OS: Windows XP Specific to the Arduino IDE running on Windows XP Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature

Comments

@marianvoicu2002
Copy link

Hello,

I use the following lines to install arduino uno drivers
PUSHD .\Drivers
CertUtil -AddStore TrustedPublisher "Certs\CertDrv1.cer"
CertUtil -AddStore TrustedPublisher "Certs\CertDrv2.cer"
CertUtil -AddStore TrustedPublisher "Certs\CertDrv3.cer"
CertUtil -AddStore TrustedPublisher "Certs\CertDrv4.cer"
dpinst-x86.exe /LM /S /SE
POPD
CertUtil -DelStore TrustedPublisher "Adafruit Industries"
CertUtil -DelStore TrustedPublisher "Arduino AG"
CertUtil -DelStore TrustedPublisher "Arduino srl"
CertUtil -DelStore TrustedPublisher "Arduino LLC"

It works for Windows7 X86, but doesn't work for WindowsXp x86.

On Xp works if i remove /S, and install with setup.

Can anyone help me?

TX,
Marian

@per1234 per1234 added Drivers Drivers used to support Arduino boards on the computer OS: Windows XP Specific to the Arduino IDE running on Windows XP labels Jan 27, 2020
@cmaglie
Copy link
Member

cmaglie commented Feb 3, 2020

Perhaps check if the OS if windows XP and execute the dpinst without "/S" in that case?

https://stackoverflow.com/a/13212116/1655275

@marianvoicu2002
Copy link
Author

Perhaps check if the OS if windows XP and execute the dpinst without "/S" in that case?

If execute without "/S" works but that means we cannot install silent the drivers, isn't it?

@cmaglie
Copy link
Member

cmaglie commented Feb 3, 2020

ah I see, I misinterpreted your:

On Xp works if i remove /S, and install with setup.

then no, sorry, I didn't have a working solution for XP, I even don't know if this is possible at this point.

@per1234
Copy link
Collaborator

per1234 commented Oct 2, 2020

Since Arduino IDE is no longer compatible with Windows XP, I'm closing this.

@per1234 per1234 closed this as completed Oct 2, 2020
@per1234 per1234 added the Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature label Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Drivers Drivers used to support Arduino boards on the computer OS: Windows XP Specific to the Arduino IDE running on Windows XP Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature
Projects
None yet
Development

No branches or pull requests

3 participants