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)
Are you are using the built-in Visual Studio 2010 support, and have a WiX Library and a WiX Setup Project? -Original Message- From: Troy Teixeira [mailto:tteixe...@polariswireless.com] Sent: Thursday, March 01, 2012 2:58 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] How to

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

2012-03-01 Thread John Cooper
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 fragment brings in the whole fragment. For example, if you have a Component element in a fragment, you would link in the fragment using a ComponentRef with the appro