espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

Incorrect custom installation path `/IDFDIR` #189

Open hayschan opened 1 year ago

hayschan commented 1 year ago

Description: Steps to reproduce:

  1. Downloaded esp-idf-tools-setup-offline-5.0.2.exe file.
  2. Executed the command .\esp-idf-tools-setup-offline-5.0.2.exe /VERYSILENT /IDFDIR=D:\esp-idf to set the installation path to D drive.
  3. Observed that the installer still installs to the default path C:/Espressif.

Expected behavior: I expected the installer to respect the specified installation path /IDFDIR=D:\esp-idf and install ESP-IDF in the designated directory on the D drive.

Actual behavior: Despite specifying the installation path through the command, the installer installs ESP-IDF to the default location C:/Espressif.

Additional information:

Please let me know if there is any additional information or steps required to reproduce the issue. Thank you for your assistance.

georgik commented 11 months ago

Thank you for reporting the issue. Unfortunatelly we were not able to deliver the solution with 2.22 release, because of problem with xcopy feature. I'm moving the issue to future 2.23 release.