Hello, I would like to deploy Arduino IDE 2.3.6 for two laboratories for students. I'm using a PowerShell App Deployment Toolkit script and need to follow this method for the installation. However, I haven't been able to find the certificates. Could you please provide some information on where to find them? I don't have much experience with this. Here is the procedure I need to follow. Thanks in advance
- Navigate to: Software
- Download the arduino-x.y.z-windows.exe to a folder created at (C:\Downloads)
- Extract the contents of the arduino-x.y.z-windows.exe using 7-Zip to C:\Downloads\Extract
- Navigate to C:\Downloads*Extract\drivers* folder
- Extract the certificate from the AdafruitCircuitPlayground.cat file
- Right-Click on the AdafruitCircuitPlayground.cat file
- Select Properties-> Digital Signatures-> Click Adafruit Industries-> Details-> View Certificate
- Select Details tab-> Copy to File…
- Click Next, Next, Browse…
- Enter AdafruitCircuitPlayground.cer for File Name and Save to “C:\Downloads*Arduino\Files\”*
- Click Next & Finish
- Extract the certificate from the arduino.cat file
- Right-Click on the arduino.cat file
- Select Properties-> Digital Signatures-> Click Arduino LLC-> Details-> View Certificate
- Select Details tab-> Copy to File…
- Click Next, Next, Browse…
- Enter arduino.cer for File Name and Save to “C:\Downloads*Arduino\Files\”*
- Click Next & Finish
- Extract the certificate from the linino-boards_amd64.cat file
- Right-Click on the linino-boards_amd64.cat file
- Select Properties-> Digital Signatures-> Click Arduino srl-> Details-> View Certificate
- Select Details tab-> Copy to File…
- Click Next, Next, Browse…
- Enter linino-boards_amd64.cer for File Name and Save to “C:\Downloads*Arduino\Files\”*
- Click Next & Finish
- Copy the arduino-x.y.z-windows.exe to “C:\Downloads*Arduino\Files\”*
- You should now see the following files in the “C:\Downloads*Arduino\Files\” folder*
- AdafruitCircuitPlayground.cer
- arduino.cer
- linino-boards_amd64.cer
- arduino-x.y.z-windows.exe
- You should now see the following files in the “C:\Downloads*Arduino\Files\” folder*
- Copy the PowerShell script below to “C:\Downloads*Arduino“* & name it Deploy-Arduino.ps1