Re: [WiX-users] How to reference a wxs file from another

2012-03-02 Thread Chad Petersen
: Thursday, March 01, 2012 1:18 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to reference a wxs file from another Yep, you need to reference something in a fragment (DirectoryRef, ComponentRef, etc) to load the fragment (it will all be loaded, note). Also

Re: [WiX-users] How to reference a wxs file from another

2012-03-01 Thread Ian Williams
] Sent: Thursday, March 01, 2012 1:14 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to reference a wxs file from another You need a reference element to any one bit inside the fragment. The way Wix linking currently works, a linkage to one item in a

Re: [WiX-users] How to reference a wxs file from another

2012-03-01 Thread John H Bergman (XPedient)
reference a wxs file from another I know that this is a very elementary question since I'm new to this, but could someone tell what lines of code I would add to a WXS file to reference it to one containing Fragments. I have a Product.wxs file and another wxs file named Directory.wxs

Re: [WiX-users] How to reference a wxs file from another

2012-03-01 Thread John Cooper
o:tteixe...@polariswireless.com] Sent: Thursday, March 01, 2012 2:58 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] How to reference a wxs file from another I know that this is a very elementary question since I'm new to this, but could someone tell what lines of code I would add to a WXS file to re

[WiX-users] How to reference a wxs file from another

2012-03-01 Thread Troy Teixeira
I know that this is a very elementary question since I'm new to this, but could someone tell what lines of code I would add to a WXS file to reference it to one containing Fragments. I have a Product.wxs file and another wxs file named Directory.wxs which contains a bunch of Fragments. How can