No Media/@EmbedCab means that the CAB is embedded into the MSI (as opposed to being in a separate file). Package/@Compressed determines whether the files are compressed or not i.e. added to the CAB file.
Neil -----Original Message----- From: Jeff Reed [mailto:ree...@duckcreektech.com] Sent: 25 April 2009 18:03 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Light.exe emits seemingly bogus warning I was under the impression that's what the EmbedCab attribute does. That mostly makes sense. Thanks for the explanation. -----Original Message----- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Saturday, April 25, 2009 2:56 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Light.exe emits seemingly bogus warning The problem is the Package/@Compressed attribute, you have this set to "no" so that file are placed uncompressed in the same location as the MSI not embedded into the FEMedia.cab as specified by the media element. So the warning is correct in that there aren't any files in the cab file. If you intended to have the files not compressed within the MSI remove the media element, otherwise change Package/@Compressed to yes. Neil ------------------------------------------------------------------------ ------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users