We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing arduino-ide with:
msiexec.exe /I arduino-ide_2.3.1_Windows_64bit.msi TARGETDIR=C:\PRGS\arduinoide
Installs into C:\Program files\arduino-ide.
C:\Program files\arduino-ide
Various other options did not do too:
TARGETDIR
DEFAULTDIR
INSTALLDIR
INSTALLPATH
INSTALLFOLDER
INSTALLLOCATION
APPLICATIONFOLDER
APPDIR
It should be documented, how to install unattended into a different location, or the installer shall keep an eye on standards as adviced by microsoft.
Execute
and have it installed into C:\Program files\arduino-ide instead to C:\PRGS\arduinoide.
C:\PRGS\arduinoide
Giving
shall install to C:\PRGS\arduinoide.
2.3.1
Windows
10, 11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
Installing arduino-ide with:
Installs into
C:\Program files\arduino-ide
.Various other options did not do too:
TARGETDIR
DEFAULTDIR
INSTALLDIR
INSTALLPATH
INSTALLFOLDER
INSTALLLOCATION
APPLICATIONFOLDER
APPDIR
It should be documented, how to install unattended into a different location, or the installer shall keep an eye on standards as adviced by microsoft.
To reproduce
Execute
and have it installed into
C:\Program files\arduino-ide
instead toC:\PRGS\arduinoide
.Expected behavior
Giving
shall install to
C:\PRGS\arduinoide
.Arduino IDE version
2.3.1
Operating system
Windows
Operating system version
10, 11
Additional context
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: