【发布时间】:2011-08-05 12:42:09
【问题描述】:
我是 wix (Windows Installer XML) 的新手,所以我遵循了一些教程,例如 this one 但我需要的是应用程序将安装在用户个人文件夹中,因此我在代码中将 ProgramFilesFolder 替换为 PersonalFolder。但我得到了这个错误:
Error 1 ICE38: Component MainExecutable installs to user profile. It must use a registry key under HKCU as its KeyPath, not a file. C:\Proxym-IT\Projets Visual Studio\SetupProject2\SetupProject2\Product.wxs 18 1 SetupProject2
有什么帮助吗?
【问题讨论】: