Bugs item #1666461, was opened at 2007-02-22 19:39 Message generated for change (Comment added) made by tcassisi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1666461&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: light Group: v3.0 Status: Pending Resolution: Fixed Priority: 1 Private: No Submitted By: Chris Allen (mozzie) Assigned to: pmarcu (pmarcu) Summary: ICE60 hash table error when File/@DefaultVersion given Initial Comment: Hi, Say you have an unversioned file that is the key file for a component, but you specify "@DefaultVersion" so that it will always be installed even if the user has modified it, for example: <File Id="script.pl" Name="script.pl" KeyPath="yes" DefaultVersion="0.0.0.1" DefaultLanguage="2057" Source="script.pl" /> Light croaks with the following error because it still treats the file as unversioned and adds an entry to the MsiFileHash table. error LGHT0204 : ICE60: The file script.pl is Versioned. It cannot be hashed Although you can use "-sice:ICE60" as a workaround, this means that you also won't see the ICE60 warning if you've forgotten to add "@DefaultLanguage" too. Thanks, Chris ---------------------------------------------------------------------- Comment By: tcassisi (tcassisi) Date: 2007-11-29 12:49 Message: Logged In: YES user_id=1453673 Originator: NO Originally discussed under #1445493 ---------------------------------------------------------------------- Comment By: pmarcu (pmarcu) Date: 2007-10-02 22:27 Message: Logged In: YES user_id=1612676 Originator: NO Is this a duplicate. Need to find the duplicate. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1666461&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
