arduino / arduino-create-agent

Arduino Cloud Agent
GNU Affero General Public License v3.0
419 stars 149 forks source link

Improve Windows installation and update process #960

Open Xayton opened 5 months ago

Xayton commented 5 months ago

There are multiple improvements that can be made to the Agent on Windows (which is the most used OS according to our download statistics):

Other things to check, while working on the install flow:

umbynos commented 5 months ago

Which step of the installer requires admin rights? By searching in the installer configuration I see there are multiple occurrences of <runAsAdmin>0</runAsAdmin>, probably the default is 1 and we forgot to set it to 0 in some step.