Currently using WIX v3.6.3303 for developing an installer project. We are using CruiseControl to auto build and test various changes before release. Here is the error we are getting back from the test build.
errorLGHT0204: ICE03: Not a valid foreign key; Table: XmlFile, Column: Value, Key(s): SetPlayerFileGenerator
We have configured features similar to this in the WIX project. In fact the implementation of our PlayerFileGenerator was copied from those other features. Here is the WIX element CruiseControl is breaking on.
<util:XmlFile
Id="SetPlayerFileGenerator"
Action="setValue"
File="[#Web.config]"
ElementPath='/configuration/applicationSettings***'
Value="[#PlayerFileGen.exe]"
Sequence="1" />
Again we have similar configurations for other feature sets, none of which have this issue. Has anyone encountered something like this before using WIX?