I've already got the IDE 2.x installed silently.
I used the ALLUSERS=1 option for installing it globally
But I couldn't figure out how I can set an install path.
I've tried options like: APPLICATIONFOLDER, INSTALLPATH, INSTALLDIR, TARGETDIR, DIR, D
Is this possible and if so, how can I achieve this?
Hi @nightmare1942. When installing the Windows Installer package of Arduino IDE 2.x via msiexec, you should be able to configure the installation location via the APPLICATIONFOLDERpublic property.
I see you already tried this though. I just tested it myself and it worked just as expected so I'm not sure what is going on.
thx for your fast reply.
Well if you do it correctly then it'll work like you said.
My problem was I was using the APPLICATIONFOLDER option with a "/" in front which the msi couldn't parse and it showed me the install options.
After removing it everything works as expected.