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
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: Main.wxs: In addition, you can compile file with fragment i