Problem installing Arduino IDE v2.3.2

Hello,

I'm hoping someone can help me please.

I'm trying to package the Arduino IDE app so it can be installed onto several of our college devices.

I'm using the MSI file that we downloaded from the website and I'm supplying the following switches: REBOOT=ReallySuppress MSIINSTALLPERUSER=0 /qn

I've also created a script that installs the drivers for the AVR Boards.

The issue is though, when our students and staff launch the app, they constantly get UAC prompts to install the drivers again.

Is there a way to not have the drivers prompt again please?

I've read through the various threads for silently installing, but so far I've not found a working solution.

Many thanks,
Philip

I'm not the specialist when it comes to the IDE and definitely not when it comes to installing it in a school environment.

Does it want to install the drivers or does it want to install the AVR board package?

If it's the drivers, what happens when the unlucky user declines the installation? Can the IDE be used after that?

Thanks for responding.

The college has purchased the Arduino Uno microcontroller but I've not had the chance to get hold of one to test it yet.

But the UAC prompt comes when a user launches the Arduino IDE, then goes to Boards manager and wants to install the "Arduino AVR Boards" (v1.8.6).

This then installs the board but also prompts the user for local admin permissions for the driver (it uses dpinst-amd64.exe).

I know with the arduino-cli you can specify it to skip the post-install bit, but I've not found a way to do this from inside the app.

Hi @philip-24.

There is no way to configure Arduino IDE so that the drivers will not be installed when the user installs the "Arduino AVR Boards" platform via the Arduino IDE Boards Manager.

But if you configure your script to preinstall Arduino AVR Boards on the machine in addition to the drivers, then the user won't need to install it, and thus the UAC prompt will be avoided.

If the location where the boards platform is installed poses a problem for doing this, it is possible to configure Arduino IDE to use a different location. I can provide information about doing that if it will be useful to you.

I exactly have your problem.
I just read most of the "silent installation" arctiles of the last years and none of them could help. Like these:

We want to distribute Arduino 2 to nearly 2000 Windows Clients.
We are still using the old version 1.8.9 because we have not managed to successfully distribute it to the clients since the release of version 2. We distribute almost 1000 different software products on the clients via Microsoft Softwarecenter.
In our company, as in many larger companies, the users do not have admin rights. Users can only install software via the Microsoft Software Center. Automatic updates are switched off for all software products and are carried out centrally by us.

Regardless of whether we are currently using the EXE or MSI, whether ALLUSERS or MSIINSTALLPERUSER or changing WixAppFolder from "WixPerUserFolder" to "WixPerMachineFolder" or other parameters, script versions or anything else. We simply cannot manage to install the software for all users.
I then tried using Orca and Admin Studio Tuner to create an .MST or customize the MSI tables, but these options were also unsuccessful.

Hello,

I have the same scenario as you. I'm trying to deploy the application for three school labs using a script. However, the problem is that when students and teachers launch the application, they constantly receive UAC prompts to reinstall the drivers. I was wondering if you found a solution to share with me; it would be greatly appreciated.

Hi - that would be really useful - as I have to install this on 600+ computers

Thanks