You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
Both HaskellPlatform-8.4.3-core-x86_64-setup.exe /D=C:\haskell
and HaskellPlatform-8.4.3-core-x86_64-setup.exe /S /D=C:\haskell
install in C:\Program Files.
If
For HP 8.4.3, we had to change the installer a bit for #279 which unfortunately broke the /S functionality (the changes are in PR #308). With NSIS, it is non-trivial to distinguish whether the user specified /D= or not (since the NSIS framework strips it out of the params it makes available to the client), so we never supported just the /D= functionality, but /D= used with /S is supported and will be fixed.
randen
added a commit
to randen/haskell-platform
that referenced
this issue
Jun 24, 2018
The changes for haskell#279 (Windows installer should add MSYS to
extra-prog-path/extra-lib-dirs/...) broke silent installs.
* hptool/os-extras/win/templates/Bootstrapper.nsi.mu
* Force /D= to the launched sub-installer to fixhaskell#311
* Add many comments about the weirdness of handling
$INSTDIR
Both
HaskellPlatform-8.4.3-core-x86_64-setup.exe /D=C:\haskell
and
HaskellPlatform-8.4.3-core-x86_64-setup.exe /S /D=C:\haskell
install in C:\Program Files.
If
haskell-platform/hptool/os-extras/win/templates/Extralibs.nsi.mu
Line 90 in 5b4d97d
was replaced with IfSilent it might fix the issue.
The text was updated successfully, but these errors were encountered: