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
nday, July 21, 2008 3:11 PM To: wix-users@lists.sourceforge.net Cc: Jones, Ben Subject: [WiX-users] DTF - Using ExtractFiles Method Hi, I'm using the ExtractFiles Method to extract files from the Windows 2003 Resource kit msi (rktools.msi). Below is a simple snippet of code used : Instal

[WiX-users] DTF - Using ExtractFiles Method

2008-07-21 Thread Powell, Simon
Hi, I'm using the ExtractFiles Method to extract files from the Windows 2003 Resource kit msi (rktools.msi). Below is a simple snippet of code used : InstallPackage MsiPackage = new InstallPackage(txtMsi.Text, DatabaseOpenMode.ReadOnly); MsiPackage.WorkingDirectory = "c:\\temp"; Regex myReg = n