Re: [WiX-users] fragments and include files

2008-10-14 Thread Alexander Shevchuk
October 14, 2008 3:55 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] fragments and include files Alex, Thanks very much. That is very helpful. That might be worth adding to your very useful blog. I refer to it almost daily! Ian -Original Message- From:

Re: [WiX-users] fragments and include files

2008-10-14 Thread Ian Elliott (Excell Data Corporation)
XML toolset. Subject: Re: [WiX-users] fragments and include files Hi Ian, In simplest terms: everything from will end up in your msi database. Only fragments which are referenced from the main code will be included in resulting msi database. For example: File1.wxs: File2.wxs

Re: [WiX-users] fragments and include files

2008-10-14 Thread Alexander Shevchuk
CTED] Sent: Tuesday, October 14, 2008 11:04 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] fragments and include files Hi, I haven't yet used Wix fragments but have used a couple of include commands. I've been trying to research what the difference is betwee

[WiX-users] fragments and include files

2008-10-14 Thread Ian Elliott (Excell Data Corporation)
Hi, I haven't yet used Wix fragments but have used a couple of include commands. I've been trying to research what the difference is between using fragments vs including code via type tags but am not finding anything. Can anyone offer a basic explanation on how the two differ? Thanks, Ian --