Re: [WiX-users] How to Refer the children elements Fragment in Product

2014-02-11 Thread Rob Mensching
://www.firegiant.com/ -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Tuesday, February 11, 2014 11:04 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to Refer the children elements Fragment in Product Looking at the issue from a different perspective, if

Re: [WiX-users] How to Refer the children elements Fragment in Product

2014-02-11 Thread Phill Hogland
Looking at the issue from a different perspective, if you refference anything that is in a fragment, then everything in the fragment is added to the package. Many elements, like Component (for example) have a corresponding XxxxRef element, which you use to reference the element in another fragment

[WiX-users] How to Refer the children elements Fragment in Product

2014-02-11 Thread Bo Zhang [fabbricadigitale]
Hello, I am using WiX along with VS2012. Let's say the files are like this: Product.wxs: ... UI.wxs: InstallUISequence.wxs: ... InstallExecuteSequence.wxs ... I separated the last two parts of code into two files. It appears that they are not reflected in MSI package when I v