heat.exe 每个功能限制 1600 个组件
我使用了 WIX 的 heat.exe,获得了 2100 个组件,并收到一条警告,指出 Windows Installer 的每个功能最多只能包含 1600 个组件。我知道我可能会将许多文件粘贴到一个组件中,从而减少组件的数量,但是是否有另一种使用 heat.exe 的方法不会产生大量组件?
I've used WIX's heat.exe and got 2100 components and got a warning that Windows Installer is constrained to have maximum of 1600 components per feature. I understand that I might stick many files into one component and thus reduce the number of components, but is there another way of using heat.exe that won't produce lots of components?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是Windows Installer 限制(请参阅备注区域)。 ICE47 说明包含更多信息和解决此问题的建议。正如你所看到的,警告说:
根据我自己的经验,如果您的目标操作系统版本较高,则可以安全地忽略此错误。 这种说法的证明。
This is a Windows Installer limitation (see Remarks area). The ICE47 description contains more info and a proposition to work this around. As you can see, the warning says:
Based on my own experience, if you target higher OS versions, you can safely ignore this error. A kind of proof to this statement.