Re: [WiX-users] can't find file in non-cab media

2010-05-04 Thread Matt Johnson
bject: Re: [WiX-users] can't find file in non-cab media Yes, that's documented in http://msdn.microsoft.com/en-us/library/aa372870(VS.85).aspx: Note that if the package is marked as compressed (Bit 1 is set), the Windows Installer only installs files located at the root of the sourc

Re: [WiX-users] can't find file in non-cab media

2010-05-04 Thread Alexander Shevchuk (Volt)
olset. Subject: Re: [WiX-users] can't find file in non-cab media I figured it out, thanks to the examples you pointed at. Media/@Layout isn't important for this. What worked was setting Package/@Compressed="no" and File/@Compressed="yes" on all my other files. Previous

Re: [WiX-users] can't find file in non-cab media

2010-05-04 Thread Matt Johnson
-ale...@microsoft.com] Sent: Tuesday, May 04, 2010 10:19 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] can't find file in non-cab media Hi Matt, I have some information (old because it covers WiX 2.0, but your problem is more of MSI-related issue) in

Re: [WiX-users] can't find file in non-cab media

2010-05-04 Thread Alexander Shevchuk (Volt)
Hi Matt, I have some information (old because it covers WiX 2.0, but your problem is more of MSI-related issue) in http://blogs.technet.com/alexshev/archive/2008/04/04/from-msi-to-wix-part-16-installable-items-handling-installation-media.aspx I am not 100% sure, don't have time to test it, but m