>  I think I have found  a bug in WiX2 (2.0.5805.0) (not sure 
> if it is also in Wix3 - not using it)
> 
> Consider this code:
> 
> <Component Id="Component1 Guid="GUID" DiskId="1">
>   <File Id="File1" Name="File1.exe Vital="yes" KeyPath="yes"
> Checksum="yes" />
>   <File Id="File2" Name="File2.dll" Vital="yes" Checksum="yes"
> CompanionFile="File1"/>
> </Component>
> 
> Checking the MSI file with ORCA the FileTable:
> The row that belongs to file File2 will contain the real 
> version of the file (in Column Version) instead of text: "File1"
> 
> The problem appears only if the file is binary. If the file 
> File2 is text file the Version column is filled correctly.

Stefan,

I found a bug in WiX 3 along these lines:
http://sourceforge.net/tracker/index.php?func=detail&aid=1758782&group_i
d=105970&atid=642714

Regards,
John

-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to