InnoSetup 找不到“我的文档”;在 Mac Parallels 上安装的 Win XP 上
我一直在尝试帮助用户安装我们的软件。我们的软件安装是使用 InnoSetup 进行分发的,他将其安装在装有 Parallels 和 Windows XP 的 Mac Pro 上。在安装过程中,InnoSetup 失败并显示:
内部错误:无法展开 shell 文件夹常量“userdocs”
在 InnoSetup 中,{userdocs} 映射到“我的文档”文件夹,并且 InnoSetup 是用 Delphi 编写的,我假设它使用 CSIDL_Personal 或 CSIDL_MYDOCUMENTS 来检索此文件夹,但我不知道如何修复这些位置。
以前有人遇到过这个吗?如果是这样,你知道如何解决吗?
谢谢!
I'm stuck trying to help a user install our software. Our software setup is distributed using InnoSetup, and he is installing it on a Mac Pro with Parallels and Windows XP. During installation, InnoSetup fails with:
Internal error: Failed to expand shell folder constant "userdocs"
In InnoSetup, {userdocs} maps to the 'My Documents' folder, and as InnoSetup is written in Delphi, I assume it uses CSIDL_Personal or CSIDL_MYDOCUMENTS to retrieve this folder, but I don't know how to fix these locations.
Anyone encountered this before? If so, do you know how to fix it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在 XP 上解决此类问题,请使用 TweakUI。
To solve such problems on XP, use TweakUI from XP PowerToys.