Bugs item #1666461, was opened at 2007-02-22 11:39
Message generated for change (Settings changed) made by pmarcu
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: pmarcu (pmarcu)
Date: 2007-10-02 14: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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to