Haskell安装错误

发布于 2024-12-22 08:24:22 字数 146 浏览 2 评论 0原文

我没有管理员权限,尝试在 D 盘安装 Haskell。但在安装结束时,它向我显示一个警告框,其中包含以下消息:

Could not write updated path to HKLM

如何解决此问题?请帮我。

I don't have administrator rights and try to install Haskell on D drive. But at the end of the installation it is showing me an alert box with the following message:

Could not write updated path to HKLM

How to fix this issue? Please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七度光 2024-12-29 08:24:22

如果您使用的是 Windows 版 Haskell Platform 安装程序,则应选择“便携式”安装类型。在此模式下,安装程序作为自解压存档工作 - 它将文件解压到指定位置,并且不会尝试更新任何系统设置。添加“仅为当前用户安装”选项在我的待办事项列表中。

If you're using the Haskell Platform installer for Windows, you should choose the "Portable" install type. In this mode the installer works as a self-extracting archive - it unpacks the files to the specified location and doesn't attempt to update any system settings. Adding an "install only for the current user" option is on my TODO list.

我乃一代侩神 2024-12-29 08:24:22

安装例程尝试编辑注册表。幸运的是,如果没有管理员权限,这是不可能的。

The installation routine tries to edit the registry. It's a good thing this is not possible without administrator privileges.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文