I use to deploy this via MDT, but would like it to be more Immy Botty. Also, it’s been a while and I’m sure a few things have changed.
I have a dynamic versions script for the msi:
Get-DynamicVersionsFromGitHubUrl -GitHubReleasesUrl 'https://github.com/arduino/arduino-ide/releases'
-VersionsPattern “arduino-ide_(?[\d.]+)_Windows_64bit.msi”
I edited the default msi installer to include the parameter ALLUSERS=1, which is needed for this one.
That installs the software fine, but then it prompts for a couple of windows firewall exceptions and then the IDE runs and tries to download and install a few things that also prompt for admin.
There is also this recent Reddit thread where some users were complaining of having issues:
I can try to figure out where to go from here, but it’s likely going to take a while…