Bugs item #1666461, was opened at 2007-02-22 19:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Chris Allen (mozzie)
Assigned to: Nobody/Anonymous (nobody)
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



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1666461&group_id=105970

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to