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, when "installed" from a portable zip file, asks to update and installs... somewhere random #2154

Closed
3 tasks done
trollcop opened this issue Jul 27, 2023 · 1 comment
Labels
conclusion: duplicate Has already been submitted os: windows Specific to Windows operating system topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@trollcop
Copy link

Describe the problem

Basically the title.

Windows, arduino 2.0.4 installed from zip to f:\arduino (for example), will popup a "update" dialog on startup, download and install 2.1.1 somewhere unknown.

To reproduce

  1. install 2.0.4
  2. run
  3. allow to update to 2.1.1
  4. ???

Expected behavior

Update 2.0.4 installation to 2.1.1

Arduino IDE version

2.0.4

Operating system

Windows

Operating system version

10

Additional context

No response

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
@trollcop trollcop added the type: imperfection Perceived defect in any part of project label Jul 27, 2023
@kittaakos
Copy link
Contributor

Thanks for taking the time and filing the bug report.

Windows, arduino 2.0.4 installed from zip

will popup a "update" dialog on startup

install 2.1.1 somewhere unknown.

No matter how you installed IDE2 (zip or NSIS) on Windows, the auto-updater will always be NSIS: https://www.electron.build/auto-update.html#auto-updatable-targets. It's not a bug.

We are aware of inconsistencies between the installation paths on Windows: #879.

As described at #879 (comment), the installation path is, unlike you state, not random:

Windows MSI installer Windows Installer %LOCALAPPDATA%\Programs\arduino-ide
(e.g., C:\Users\per\AppData\Local\Programs\arduino-ide)
Windows MSI installer Windows Installer
(ALLUSERS=1) %PROGRAMFILES%\arduino-ide
(e.g., C:\Program Files\arduino-ide)

We prefer keeping one open GitHub issue for the same topic. If you have more details, please comment on the open issue. I appreciate your understanding.

@kittaakos kittaakos closed this as not planned Won't fix, can't repro, duplicate, stale Jul 27, 2023
@kittaakos kittaakos added conclusion: duplicate Has already been submitted topic: code Related to content of the project itself os: windows Specific to Windows operating system labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted os: windows Specific to Windows operating system topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants