Closed RuneSorensen closed 7 years ago
I don't know, can you suggest a fix?
you are probably right regarding the missing InstallDir
.
the next release will include something like
; The default installation directory.
!ifdef W64
InstallDir "$PROGRAMFILES64\${PUBLISHER}\${PRODUCT}"
!else
InstallDir "$PROGRAMFILES\${PUBLISHER}\${PRODUCT}"
!endif
hopefully this will fix the problem.
could you check the latest version and confirm?
The following command does not install to c:\tools\gbt but rather c:\Program Files\GNU ARM Eclipse\Build Tools\2.6-201507152002 (the default installation directory):
gnuarmeclipse-build-tools-win64-2.6-201507152002-setup.exe /S /D=c:\tools\gbt
Perhaps this could be related to not specifying the variable InstallDir explicitly in gnuarmeclipse-build-tools.nsi?