WiX ICE30 error but directory is correct

前端 未结 1 683
说谎
说谎 2021-01-21 05:34

My WiX (3.10.3.3007) project has 2 different web.config files from, and installed to, 2 different locations. The 2 errors from my build are: Error ICE30: The target file \'svcen

1条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-21 06:34

    The problem is that my Directory elements did not have a Name attribute. In the Directory table the DefaultDir was set to . for all of my directories. Thus the ICE was viewing them as the same directory.

    0 讨论(0)
提交回复
热议问题