Bugs item #1745315, was opened at 2007-06-29 06:20 Message generated for change (Settings changed) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1745315&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: v2.0 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Stefan Pavlik (vydra) Assigned to: pmarcu (pmarcu) Summary: ICE54 - Bug in Wix2 (2.0.5325.0) Initial Comment: WiX2 2.0.5325.0 Consider following code: <Component Id="C_Core_dll" Guid="..."> <File Id="Core_dll" Name="Core.DLL" Vital="yes" KeyPath="yes" DiskId="1" Checksum="yes" /> </Component> <Component Id="C_SQLite_dll" Guid="..."> <File Id="Sqlite_dll" Name="Sqlite.DLL" Vital="yes" DiskId="1" Checksum="yes" CompanionFile="Core_dll" KeyPath="no" /> </Component> Validation of resultin package ends with warning from ICE54: Component 'C_SQLite_dll' uses file 'SQLite_dll' as its KeyPath, but the file's version is provided by the file 'Core_dll'. After clearing the KeyPath value (in MSI Component Table) manualy the ICE54 runs OK. It seems that specifying KeyPath='no' is ignored by WiX. ---------------------------------------------------------------------- Comment By: Stefan Pavlik (vydra) Date: 2007-06-29 06:22 Message: Logged In: YES user_id=1249288 Originator: YES Rob Mensching wrote: The work around is quite simple. Specify the Component/@KeyPath="yes" and that will correctly set the KeyPath. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1745315&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
