[haskell-platform] #178: Could not write updated PATH to HKLM"
haskell-platform
haskell-platform at projects.haskell.org
Wed May 25 16:06:24 BST 2011
#178: Could not write updated PATH to HKLM"
-------------------------------+--------------------------------------------
Reporter: guest | Owner: refold
Type: defect | Status: closed
Priority: major | Milestone: 2011.x.0.0
Component: Windows installer | Resolution: duplicate
Keywords: setup "windows 7" |
-------------------------------+--------------------------------------------
Changes (by refold):
* status: new => closed
* resolution: => duplicate
Comment:
That's because you don't have admin privileges (#62). The directories that
are added to PATH are listed [https://github.com/23Skidoo/haskell-
platform-windows/blob/master/Nsisfile.nsi here]:
{{{
${EnvVarUpdate} $0 "PATH" "P" "HKLM" "$INSTDIR\bin"
${EnvVarUpdate} $0 "PATH" "P" "HKLM" "$INSTDIR\lib\extralibs\bin"
${EnvVarUpdate} $0 "PATH" "P" "HKLM" "$PROGRAMFILES\Haskell\bin"
}}}
--
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/178#comment:1>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries
More information about the Haskell-platform
mailing list