WiX ICE validation errors

前端 未结 6 1970
臣服心动
臣服心动 2020-12-23 09:28

I\'m having some strange issues with WiX on my local machine. The problem is intermittent, but after a few rebuilds of the solution, the WiX project starts throwing ICE vali

6条回答
  •  感情败类
    2020-12-23 09:45

    Try adding true to your WiX project file.

    We've had the same issue for a while, and tried various workarounds including deleting the temporary files and setting the msbuild environment variable. These all appeared to work for a while, but eventually (sometimes after a few days) the problem would come back again.

    I noticed that on my machine devenv.exe was the process that was locking the files that light.exe was trying to delete. I also stumbled across an unrelated thread which mentioned this project setting to make the WiX tools run out of process. I thought it could be worth a try and it appears to have cured the problem for us (so far...)

提交回复
热议问题