Skip to content
New issue

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

Arduino-ide 2.3.1 does not allow to install into a different folder #2370

Open
3 tasks done
tps800 opened this issue Feb 15, 2024 · 1 comment
Open
3 tasks done

Arduino-ide 2.3.1 does not allow to install into a different folder #2370

tps800 opened this issue Feb 15, 2024 · 1 comment
Labels
type: imperfection Perceived defect in any part of project

Comments

@tps800
Copy link

tps800 commented Feb 15, 2024

Describe the problem

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.

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

msiexec.exe /I arduino-ide_2.3.1_Windows_64bit.msi TARGETDIR=C:\PRGS\arduinoide

and have it installed into C:\Program files\arduino-ide instead to C:\PRGS\arduinoide.

Expected behavior

Giving

msiexec.exe /I arduino-ide_2.3.1_Windows_64bit.msi TARGETDIR=C:\PRGS\arduinoide

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

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@tps800 tps800 added the type: imperfection Perceived defect in any part of project label Feb 15, 2024
@WebBuddha

This comment was marked as duplicate.

@arduino arduino locked as too heated and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants