Hello! I'm looking for software deployment help. I'm a Sys Admin for a handful of computer labs that we use Arduino in and we'd like to move to IDE 2 this summer. I have two things that I need to address before we'd be able to do that:
-
When launching the IDE it attempts to install the base set of things (I'd love more detail, but they don't matter here). That set of things invokes dpinst for some driver installations, and I can't have that happening for normal, non-admin users. Any way to suppress that?
-
We need to deploy a set of libraries along with the install so they're available upon launch for, yet again, non-admin users. Where should those be copied so they're available for all users?
I have silent installation and coverage for some base installs done:
"%PROGRAMFILES%\Arduino CLI\arduino-cli.exe" lib install Arduino_BuiltIn
"%PROGRAMFILES%\Arduino CLI\arduino-cli.exe" core install arduino:samd