The AssignCultures code in wix.targets in build 4603 has a new problem. The code:
<CreateItem
Value="$(TargetPath)"
Condition="'@(EmbeddedResource)' != ''">
<Output TaskParameter="Value"
PropertyName="TargetOutput"/>
</CreateItem>
is invalid as there is no Value token for CreateItem. This problem did not exist in build 4513. My code now fails when light.exe is run.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 21 days (the time period specified by
the administrator of this Tracker).