[WiX-users] Bug in WiX2 2.0.5805.0 - CompanionFile attribute

2007-10-18 Thread Stefan Pavlik
Hi
 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.

regards

Pls. let me know if I should open a bug...

Stefan

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-
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


Re: [WiX-users] Bug in WiX2 2.0.5805.0 - CompanionFile attribute

2007-10-18 Thread John Hall
  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=detailaid=1758782group_i
d=105970atid=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


Re: [WiX-users] Bug in WiX2 2.0.5805.0 - CompanionFile attribute

2007-10-18 Thread Stefan Pavlik
You are right.
The same problem is also in WiX2.

I will add a comment to the bug.

thanks

Stefan

John Hall wrote:
  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=detailaid=1758782group_i
 d=105970atid=642714
 
 Regards,
 John
 
 

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-
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