on windows, stack paths only installed per user #270
Description
As per https://www.reddit.com/r/haskell/comments/5t6ggy/installation_of_haskell_platform_in_windows_10/
Note that this only becomes apparent as an issue when the platform is installed with a distinct systemwide admin account from the user account. The reported issue says "I followed the recommendation of running the installer with Administrator privilege." -- I'm not sure where this recommendation occurs? But certainly if a user has a two account setup then this can cause oddities.
Not sure of the right approach -- we could certainly set STACK_ROOT ourselves systemwide (though, its not clear to me, if on a pc where the user account doesn't have admin rights, that a top-level stack_root is necessarily even writable by the end user)?
Arguably, it would be nice if the stack installer just had a "systemwide" flag it could be called with. Alternately, the HP installer could let the user choose which "profile" to install stack into, I guess?