Re: [WiX-users] Uncompressed files not showing up in install image

2008-04-25 Thread Alexander Shevchuk
all files to not be included in the msi or you don't want them to be compressed, but still included in the msi? Alex From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Tsuji Sent: Friday, April 25, 2008 3:22 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Un

[WiX-users] Uncompressed files not showing up in install image

2008-04-25 Thread Wayne Tsuji
I'm having a problem building a WiX project in which I'm trying to specify all of my files as uncompressed. Currently I do have a working project with the files compressed into the MSI, but I need to change this to make them uncompressed on the install image. What I've tried so far is to chang