Silent install/update

Hello,

I am able to install arduino silently in various systems with a powershell script made. The script has the basic silent install commands only. When I run the program once installed it asks me for an update to be installed as well as a bunch of firewall popups for the packages installed.

Is there a way to update arduino silently without having to download the newest version each time? Also is there a way to download all of the packages ahead of time so the user doesn't have to see the page when first opening the app?

Thanks in advance

It's only the first time that the application runs that it wants internet access to install the standard AVR board package.

Your question has been asked a few times. Answers are difficult to find if you don't know what to search for :wink: I don't know if System-Wide Install and using without admin rights - #7 by ptillisch is the ultimate answer but based on that you should be able to run the below command from your powershell script.

arduino-cli core install --run-post-install arduino:avr

And this reply in another topic covers library installation.

I hope this helps.

Can you share the script you tried to install silently?

A post was merged into an existing topic: Silent install of Arduiono on Windows 11

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.