Goodmorning everybody.
I'm encountering a problem installing Arduino Cloud Agent.
By default, Arduino Cloud Agent installs itself in C:/users//appdata/roaming/ArduinoCloudAgent.
I need to deploy it to a classroom via Intune, so I'm testing a silent install to C:/Program Files (x86)/ArduinoCloudAgent.
Checked with ArduinoCloudAgent-1.6.1-windows-386-installer.exe --help and
It shows that to silent install the app you need --mode unattended and, to change it's path,
--prefix C:/Program Files (x86)/ArduinoCloudAgent (by the way, the helper says it is the default installation directory but it isn't).
So I tryed ArduinoCloudAgent-1.6.1-windows-386-installer.exe --mode unattended --prefix C:/Program Files (x86)/ArduinoCloudAgent. The installation is silent as it should but the installation directory doesn't change.
What am I doing wrong?
Thanks