Re: [WiX-users] DTF - Using ExtractFiles Method

2008-07-23 Thread Powell, Simon
Of Powell, Simon Sent: Wednesday, July 23, 2008 12:10 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF - Using ExtractFiles Method Do you have any idea when you might be able to fix this issue? If priority is low, can you think of a possible workround? I do

Re: [WiX-users] DTF - Using ExtractFiles Method

2008-07-23 Thread Jason Ginchereau
Simon Sent: Wednesday, July 23, 2008 12:10 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF - Using ExtractFiles Method Do you have any idea when you might be able to fix this issue? If priority is low, can you think of a possible workround? I don't r

Re: [WiX-users] DTF - Using ExtractFiles Method

2008-07-23 Thread Powell, Simon
Jason Ginchereau Sent: 22 July 2008 20:14 To: General discussion for Windows Installer XML toolset. Cc: Jones, Ben Subject: Re: [WiX-users] DTF - Using ExtractFiles Method It's a bug in DTF -- ExtractFiles is being case-sensitive where it shouldn't. A few of the files in Cabs.winrk.cab have differ

Re: [WiX-users] DTF - Using ExtractFiles Method

2008-07-22 Thread Jason Ginchereau
It's a bug in DTF -- ExtractFiles is being case-sensitive where it shouldn't. A few of the files in Cabs.winrk.cab have different casing than their File table keys in rktools.msi. The Windows Installer engine handles that okay but DTF doesn't. Can you open a bug on SourceForge for tracking? How