嗨我得到以下错误导致构建失败,但Wix Installer MSI在bin中创建。我怎样才能避免这些错误或抑制?
错误LGHT0204:ICE57:组件'cmp52CD5A4CB5D668097543295CE11F998C'包含每台用户和每台机器的数据以及每台机器的KeyPath。
<Component Id="cmp52CD5A4CB5D668097543295CE11F998C" Directory="dir61E1488DA838A25DC7BC0F573A0FB3CD" Guid="*">
<Class Id="{017F9D47-1C89-3448-8C8F-531717713535}" Context="InprocServer32" Description="ComponentArt.Web.UI.CustomAttributeMappingCollection" ThreadingModel="both" ForeignServer="mscoree.dll">
<ProgId Id="ComponentArt.Web.UI.CustomAttributeMappingCollection" Description="ComponentArt.Web.UI.CustomAttributeMappingCollection" />
</Class>
答案 0 :(得分:3)
要解决警告,请确保dir61E1488DA838A25DC7BC0F573A0FB3CD
植根于每台计算机Directory
,例如ProgramFilesFolder
。